Next: Linux Kernel Module API
Up: KORBit: A Kernel Space
Previous: KORBit
This section will attempt to establish, in concrete terms, which
functions
KORBit will need to leverage from the Linux kernel. Code needs to be
written so that KORBit can establish itself as a well-behaved kernel
module. Code must also be written in order to translate the
libc-style system calls made in the ORBit code to the
kernel-style calls that must be made in the KORBit code.
Subsections