11 lines
161 B
INI
11 lines
161 B
INI
set timeout=1
|
|
set default=1
|
|
|
|
menuentry "mittos64" {
|
|
multiboot2 /boot/kernel
|
|
}
|
|
menuentry "mittos64 MultiBoot1" {
|
|
multiboot /boot/kernel
|
|
module /boot/init
|
|
}
|