Files
OS/iso/boot/grub/grub.cfg
2025-03-21 19:55:17 -07:00

5 lines
71 B
INI

set timeout=5
menuentry "My OS" {
multiboot /boot/os.elf
boot
}