summaryrefslogtreecommitdiff
path: root/grub.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'grub.cfg')
-rw-r--r--grub.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/grub.cfg b/grub.cfg
index fedceac..3aa3a12 100644
--- a/grub.cfg
+++ b/grub.cfg
@@ -2,6 +2,6 @@ set timeout=1
set default=0
menuentry "corn" {
- multiboot2 /boot/kernel.bin
- boot
+ multiboot2 /boot/kernel.bin
+ boot
}