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
It's supposedly faster, but issues were encountered with this enabled during upgrade to 1.2.5. See discussion in #2251.
The text was updated successfully, but these errors were encountered:
To test with new malloc, remove "--with-malloc=oldmalloc" from: https://github.com/includeos/IncludeOS/blob/v0.16.0-release/deps/musl/default.nix#L37 and https://github.com/includeos/IncludeOS/blob/v0.16.0-release/deps/musl-unpatched/default.nix#L20
With malloc-ng, the kernel currently seems to enter a reboot cycle in libc init, here: https://github.com/includeos/IncludeOS/blob/master/src/platform/x86_pc/init_libc.cpp#L178
Control never comes back to kernel_main.
kernel_main
Sorry, something went wrong.
No branches or pull requests
It's supposedly faster, but issues were encountered with this enabled during upgrade to 1.2.5. See discussion in #2251.
The text was updated successfully, but these errors were encountered: