soaplin/kernel
RaphProductions b2cf9b4710 kernel: Implemented various features
+ lapic: Start implementation
+ ioapic: Start implementation
+ apic: Now properly working
+ madt: Start implementation
+ pit: Start implementation
+ smp: Start implementation (only grabs the bootstrap processor's LAPIC ID)
2025-05-20 08:29:23 +02:00
..
src kernel: Implemented various features 2025-05-20 08:29:23 +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