soaplin/kernel
RaphProductions dcea7360d2 vma: Implement VMA.
+ acpi: Start implementation of table lookup
+ cpu: Remove useless argument to "cpu_invalidate_page"
+ cpu (x86_64): Removed "read_cr3"
+ arch/x86_64: Replace debug with trace for GDT & IDT initialization.
2025-05-19 17:56:29 +02:00
..
src vma: Implement VMA. 2025-05-19 17:56:29 +02:00
.gitignore kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
get-deps kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
GNUmakefile kernel: add some basic features 2025-05-18 15:54:12 +02:00
linker-aarch64.ld kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
linker-loongarch64.ld kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
linker-riscv64.ld kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
linker-x86_64.ld vmm: Use the kernel's ELF file to map the sections (and now works!) 2025-05-18 21:45:14 +02:00