mirror of
https://git.stationery.faith/corn/corn.git
synced 2024-11-10 02:42:08 +00:00
9 lines
136 B
INI
9 lines
136 B
INI
set timeout=1
|
|
set default=0
|
|
terminal_input at_keyboard
|
|
termianl_output console
|
|
|
|
menuentry "corn" {
|
|
multiboot2 /boot/kernel.bin
|
|
boot
|
|
}
|