course_os icon indicating copy to clipboard operation
course_os copied to clipboard

User libc

Open jdonszelmann opened this issue 5 years ago • 1 comments

To hopefully someday create a usable user-space and maybe (some time far in the future) be able to compile course_os in course_os itself. (which would require porting gcc for example), it seems very useful to me to have a working user libc. Now we could implement our own, but this is a ton of work. Alternatives are available. Newlib and PDCLib seem like good options. There is even a guide to porting newlib to custom kernels. We should think about porting one of these once the user space is working (which will hopefully be soon)

jdonszelmann avatar Mar 10 '20 16:03 jdonszelmann

I just noticed this task is basically the same as #13 so we should probably close this one and add your newlib/pdclib comments to that one?

NULLx76 avatar Mar 11 '20 17:03 NULLx76