Page 1 of 1

libc for my own OS

Posted: Fri Jul 11, 2003 8:37 pm
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!