Update grub.cfg to use renamed kernel file

Renaming occurred in 37b576e to be in line with the blog posts.
This commit is contained in:
Philipp Oppermann
2015-10-26 16:54:45 +01:00
parent 37b576eb3c
commit 5e5374cd7d

View File

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