summaryrefslogtreecommitdiff
path: root/grub.cfg
blob: d34c818f5dbc9b144b5e108301d7b99e2322bd69 (plain)
1
2
3
4
5
6
7
8
9
set timeout=1
set default=0
terminal_input at_keyboard
termianl_output console

menuentry "corn" {
	multiboot2 /boot/kernel.bin
	boot
}