There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The operating system you will build, called JOS, will have Unix-like functions (e.g., fork, exec), but is implemented in an exokernel style (i.e., the Unix functions are implemented mostly as user-level library instead of built-in to the kernel).