What is this
This is my fork of JOS operating system - educational os written by MIT guys that teaches the fundamentals of engineering operating systems.
The JOS operating system, have Unix-like functions (e.g., fork, exec), and implemented in an exokernel style
(i.e., the Unix functions are implemented mostly as user-level library instead of built-in to the kernel).
The major parts of the JOS operating system are:
Booting
Memory management
User-level environments
Preemptive multitasking
File system and spawn
MIT CS 6.828 labs
The origin could be found here https://pdos.csail.mit.edu/6.828/2012/overview.html