mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
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:
@@ -16,6 +16,6 @@ set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "my os" {
|
||||
multiboot2 /boot/kernel-x86_64.bin
|
||||
multiboot2 /boot/kernel.bin
|
||||
boot
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user