9 lines
126 B
INI
9 lines
126 B
INI
set default=0
|
|
set timeout=5
|
|
|
|
menuentry "KatauOS" {
|
|
multiboot /boot/katauos.bin
|
|
# set gfxpayload=1280x720x32
|
|
boot
|
|
}
|