8 lines
86 B
INI
8 lines
86 B
INI
set timeout=0
|
|
set default=0
|
|
|
|
menuentry "my os" {
|
|
multiboot2 /boot/kernel.bin
|
|
boot
|
|
}
|