We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just for the fun of it, it would be cool to get the init running on non-Linux systems.
For things like signalfd, some kind of abstraction might be used with a self-pipe implementation on other systems.
Various system calls are probably used in ways that implicitly depend on Linux behaviour in corner cases.
Some GNUisms would also have to be cleaned up, but most of them have already been duplicated by other compilers and libc implementations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just for the fun of it, it would be cool to get the init running on non-Linux systems.
For things like signalfd, some kind of abstraction might be used with a self-pipe implementation on other systems.
Various system calls are probably used in ways that implicitly depend on Linux behaviour in corner cases.
Some GNUisms would also have to be cleaned up, but most of them have already been duplicated by other compilers and libc implementations.
The text was updated successfully, but these errors were encountered: