Files
osdev-from-nothing/ISO/boot/grub/grub.cfg
2018-10-16 19:11:00 +01:00

7 lines
78 B
INI

set timeout=0
set default=0
menuentry "ThanOS" {
multiboot /boot/ThanOS
}