So far I have a full kprintf that supports colour text and background colour attributes. I'm working on various assembly language goodies to go with it. I'll start uploading the code to my website sometime later today. I'm porting RedHat's newlib C library to work standalone on IBM and compatible PCs with Intel and compatible CPUs, and eventually I hope to have a very decent "libsa."
I'm working from snippets of code I find over the net, but writing most of it from scratch myself. I'm going to port across code from NetBSD's "libsa" over the coming weeks. The network code in there will be very useful, to say the least... (saves me writing my own... *cough*).
Anyone else got a standalone library for their kernel? Any contributions to make? Any random thoughts, suggestions?
I'll post here again when it's finished, with a link to download the library and docs for using it with your own kernel. Hopefully it'll save all of us a lot of boring work before getting to the exciting parts of OS deving, the kernel proper, without working in a tight, limited capability environment...
