-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Try to build using libhermit-rs #7
Conversation
It is cool that the core successfully compiles, but I'd like to have an actual binary, so will delay this until it's the case. |
The docker image unfortunately doesn't have rustup or the |
Obviously we don't have to build the WASI in the libhermit docker image, but this raises the question of how to properly build all this, and how to design the bootstrapping process (as in: which preloaded processes should be part of the kernel?). Let's delay this more until it's figured out. |
Build is now failing because |
The Rust libm story: rust-lang/rust#63455 (comment) |
Passing |
Try |
Thanks for the help, but this doesn't change anything :( |
|
I was somehow assuming that this would pass the flag to all dependencies. |
Oh nice, it's working 🎉 |
Running the kernel in I'm going to merge this PR (maybe after a bit of clean-up), and then probably start working on an actual freestanding code. |
No description provided.