Add the GRUB config file

master
Philipp Oppermann 8 years ago
parent 0fddc38436
commit dfe8c93c4f

@ -0,0 +1,7 @@
set timeout=0
set default=0
menuentry "my os" {
multiboot2 /boot/kernel.bin
boot
}
Loading…
Cancel
Save