[DGD]Using the kernel lib
Felix A. Croes
felix at dworkin.nl
Tue Apr 3 23:00:37 CEST 2001
Stephen Schmidt <schmidsj at union.edu> wrote:
> Question on the kernel lib: What is the division of code between
> /kernel/lib/user.c and /kernel/obj/user.c? I'm hoping that everything
> "important" is in /kernel/lib/user.c, and that one can remove and
> replace /kernel/obj/user.c without causing any problems. Is that,
> indeed, the case? Or are there things in /kernel/obj/user.c which
> must be there for the kernel lib to function?
The kernel lib's user object is <meant> to be replaced, but the
replacement must have certain functions -- create(), login(), logout(),
receive_message(), and optionally receive_datagram() -- to function
properly. It also must inherit /kernel/lib/user.
Regards,
Dworkin
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list