I think I have mentione this before, but I have got to the stage where I can not go on without doing it.
I need a libc, but I understand its a huge task porting one, anybody got any that are not particularily tied to linux etc.
Daryl.
Libc
Re:Libc
I need it for my client libraries not for my kernel.
So I need an API library that I can map calls like open() etc to my own internal API.
Its going to be a huge task thats why I want to make the right decision early on.
There is no way I am going to write my own, its just too much work.
Daryl.
So I need an API library that I can map calls like open() etc to my own internal API.
Its going to be a huge task thats why I want to make the right decision early on.
There is no way I am going to write my own, its just too much work.
Daryl.
Re:Libc
Yo Daryl,Daryl Dudey wrote: Ah, cheers Tim. I feared as much. Oh well, I guess I had better start coding it!
I think I will download all the different libc's out there and see which has the most sensible structure.
Gonna be a long job, I guess!
Daryl.
How about the PDOS library? It's public domain, too.
Check out http://freespace.virgin.net/paul.edwards3/program.htm
Hope this helps...