Add the GRUB config file

This commit is contained in:
Philipp Oppermann
2017-04-11 09:01:46 +02:00
parent 0fddc38436
commit dfe8c93c4f

7
src/arch/x86_64/grub.cfg Normal file
View File

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