Skip to content
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

[discuss] Replace libc with relibc #126

Open
VitalyAnkh opened this issue Aug 3, 2020 · 1 comment
Open

[discuss] Replace libc with relibc #126

VitalyAnkh opened this issue Aug 3, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@VitalyAnkh
Copy link
Contributor

It seems that zCore depends on a prebuilt libc.so library. How about replacing libc with relibc, a libc written in pure Rust?

If this is approved, I will try to implement it.

@wangrunji0408
Copy link
Member

wangrunji0408 commented Aug 3, 2020

Now rCore / zCore only supports musl libc, considering it is simple, clear and widely used.
The libc.so is a prebuilt version of musl libc, with all syscall instructions being modified to function calls for libos.

I'm glad to see a pure Rust libc. But it may be an option, not a replacement.
Anyway this is a good idea. You can have a try!

@YdrMaster YdrMaster added the wontfix This will not be worked on label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants