Skip to content

Latest commit

 

History

History

x86_64

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

src/target/x86/x86_64

A multicore x86_64 kernel implementation using grub so far.

Reference of x86 common.

As explained, a part of the kernel is contained in other project directories.

The build actually assume that your host compiler is x64.

ROADMAP

  • Higher half loaded
  • Boot
    • GDT
    • Early Paging
    • Long mode
    • IDT
    • TSS
    • SMP init
  • Memory
    • VMM