libc for my own OS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
emilsoft

libc for my own OS

Post by emilsoft »

Hi, here is another question for you guys:

I implemented a printf similar function using the BIOS, but then I found a tutorial on floppy drive detection which wouldn't work with my printf clone. So I downloaded the Flux Group's OSKit, OSLib, and DietLibc which all promised to provide OS-Independent Libc functions. Unfortunately I can't compile any of their header files with DJGPP 2!

Are there any other free OS_Independent libc (Mainly printf) implementation on the web, or maybe you have written one?

Thanks a lot!!! Really Appreciate it!
Post Reply