feat: misc

Nicer kernel, now can fetch multiboot2 boot info
This commit is contained in:
2026-02-21 22:12:23 +01:00
parent a2dfc5c775
commit e6b231488d
11 changed files with 282 additions and 27 deletions

View File

@@ -2,6 +2,6 @@ set timeout=2
set default=0
menuentry "OxideOS" {
multiboot2 /boot/kernel.bin
multiboot2 /boot/kernel.bin $args
boot
}