Files
oxideos/extra/grub_iso.cfg
javalsai e6b231488d feat: misc
Nicer kernel, now can fetch multiboot2 boot info
2026-02-21 22:12:23 +01:00

8 lines
100 B
INI

set timeout=2
set default=0
menuentry "OxideOS" {
multiboot2 /boot/kernel.bin $args
boot
}