nativeos/tools/cdrom/boot/grub/grub.cfg

8 lines
114 B
INI

set timeout=0
menuentry 'NativeOS' {
multiboot /boot/nativeos.exe
module /ramdisk.tar ramdisk
boot
}