C libraries.. status ... porting... ???
Posted: Wed Mar 28, 2007 6:44 am
I'm starting to get to a point where having a "ANSI" libC would be nice, and I'm wondering what's the status of different libraries out there..
I know at least Solar's got PDCLib project, which would be one possible library to port on top of my system. So Solar, how far is your next release? I'm under the impression that stdio needs work, but is it sensible to start porting that to an OS? Also how much PDCLib relies on system actually looking like POSIX?
I'll take a closer look at the code when I get home, but would be nice to get a word from the dev.
Are the other alternative libraries? I don't care for full compliance with ANSI or POSIX or anything, but I'd like something like 90% of fully trivial code to be able to compile and run (after I get the necessary system calls up and running.. most kernel infrastructure, except filesystems, is already there).
I know at least Solar's got PDCLib project, which would be one possible library to port on top of my system. So Solar, how far is your next release? I'm under the impression that stdio needs work, but is it sensible to start porting that to an OS? Also how much PDCLib relies on system actually looking like POSIX?
I'll take a closer look at the code when I get home, but would be nice to get a word from the dev.
Are the other alternative libraries? I don't care for full compliance with ANSI or POSIX or anything, but I'd like something like 90% of fully trivial code to be able to compile and run (after I get the necessary system calls up and running.. most kernel infrastructure, except filesystems, is already there).