This kernel extend the base kernel code of https://github.com/cfenollosa/os-tutorial and add New features like memory management ,process creation ,system call ect ......
Inspired by this document
Algorithm used came from book : https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/0470128720
JamesM's kernel development tutorials
Full Documentation wrote by me will come later
- Memory management 2)process 3)scree driver 4)keyboard driver 5)timer driver 6)System call
user mode monitoring