Page 2 of 2
Re:Few questions about PDCLib of Solar's..
Posted: Sun Jul 09, 2006 11:37 pm
by earlz
hmmm ok
guess I'll have 4 different libraries with my OS then
kernel system library, kernel standard library,
user system library, user standard library
Re:Few questions about PDCLib of Solar's..
Posted: Mon Jul 10, 2006 1:16 am
by Solar
Kernel system library and user system library are quite clear - userspace doesn't need functions for VMM or PCI handling, and kernel space doesn't need functions for UI building or database functions.
But I think that PDCLib will be quite fit to be used in kernel and in user space. I don't see an issue there - the two are seperated by the system call boundary anyway, so you shouldn't get linker problems.
Re:Few questions about PDCLib of Solar's..
Posted: Fri Jul 14, 2006 12:19 pm
by bluecode
Solar wrote:But I think that PDCLib will be quite fit to be used in kernel and in user space. I don't see an issue there - the two are seperated by the system call boundary anyway, so you shouldn't get linker problems.
I can confirm that
I'm already using pdclib for kernel and user space.
btw. thanks to Solar for the great work