8 lines
94 B
INI
8 lines
94 B
INI
set timeout=0
|
|
set default=0
|
|
|
|
menuentry "Bad Apple OS" {
|
|
multiboot /boot/os.bin
|
|
boot
|
|
}
|