Expand description
x86_64-specific code
Authors: MarioS271
Modulesยง
- boot ๐
- Arch-Specific Boot Code including linker symbols, early kernel init and limine requests
- cpu ๐
- Arch-Specific CPU instruction wrappers and tables such as TSS, GDT, IDT
- drivers ๐
- x86_64 specific driver code
- interrupts ๐
- x86_64 interrupt infrastructure: exception handlers, IRQ handlers, and PIC initialization.
- mm ๐
- x86_64 memory backend: PMM, VMM, โฆ
- syscall ๐
- x86_64 syscalls specifics