Files
oxidos/link-cfg/grub.cfg
mtgmonkey 147702a8fa init
2025-07-29 09:46:44 -04:00

8 lines
94 B
INI

set timeout=0
set default=0
menuentry "oxidos_boot" {
multiboot2 /boot/kernel.bin
boot
}