Commit graph

6 commits

Author SHA1 Message Date
RaphProductions
a1e27c2730 kernel: Rewrite from scratch since the current thing is held by duct tape (lmao) 2025-05-18 09:04:25 +02:00
RaphProductions
a8e919b033 kernel - v0.7 beta
+ acpi: add acpi support
+ lapic: add lapic support
+ ioapic: add ioapic support
+ arch/x86_64: add support for "syscall"/"sysret"
2025-05-15 18:49:09 +02:00
RaphProductions
a838d99a5a kernel: various changes.
+ kernel: replace sk-hello test executable with a test initramfs
+ panic: start implementing a proper kernel panic screen
+ lib: added a new string.h library for string manipulation.
+ kernel: replace all the strlen implementations with the strlen() function
2025-05-11 23:54:14 +02:00
RaphProductions
a6f371b4ad elf: start writing elf loader 2025-05-08 15:17:13 +02:00
RaphProductions
175805604e kernel: some random modifications 2025-05-07 22:12:35 +02:00
RaphProductions
cab7a75780 first commit 2025-05-06 20:19:48 +02:00