Skip to content

xywanz/kevos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: skl510006@gmail.com


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. 😄