Few questions about PDCLib of Solar's..

Programming, for all ages and all languages.
earlz

Re:Few questions about PDCLib of Solar's..

Post 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
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Few questions about PDCLib of Solar's..

Post 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.
Every good solution is obvious once you've found it.
bluecode

Re:Few questions about PDCLib of Solar's..

Post 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 :)
Post Reply