Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 686 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 686 Bytes

kevos

It's a x86-64 kernel for learning. Someday it may be an industrial-level kernel. Who knows? Welcome to communicate and finish it together!


## TODO list:
1. Load 64 bit GDT in protected mode.         // Done.
2. Setup and enable 4-level paging in protected mode, and then jump to 64 bit code.         //Done!
3. Kernel virtual memery management.         //Doing now!


Contact with me: [email protected]


What Is Kevos?

Kevos is a kernel from sratch based on x64 architecture with the design idea of high readability, high flexibility and high efficiency. 😄