-
Notifications
You must be signed in to change notification settings - Fork 0
Integrate libc with the LupineKernel #8
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
Labels
Comments
This was referenced Apr 19, 2023
Closed
Currently on pause as research has not revealed any way to do it the way we thought. Currently, It seems like you need to have a finished(-ish) kernel with a kernel API for C bindings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently (as of posting this), LupineKernel is pure, bare metal rust, and has ZERO interoperability with libc.
I am unsure of the exact process of integrating libc with LupineKernel, but this blog post offers much help, Ape Rust Example.
The text was updated successfully, but these errors were encountered: