8 lines
93 B
INI
8 lines
93 B
INI
set timeout=1
|
|
set default=0
|
|
|
|
menuentry "finix" {
|
|
multiboot2 /boot/kernel.bin
|
|
boot
|
|
}
|
|
|