summaryrefslogtreecommitdiff
path: root/grub.cfg
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-31 13:11:47 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-31 13:11:47 -0500
commit690210c944abe7605e53cf760f4e6b360919838c (patch)
treee5678280df939fa0ef892779678fc7488caa1fc1 /grub.cfg
parentbetter mboot and kalloc (diff)
downloadcorn-690210c944abe7605e53cf760f4e6b360919838c.tar.gz
corn-690210c944abe7605e53cf760f4e6b360919838c.tar.bz2
corn-690210c944abe7605e53cf760f4e6b360919838c.zip
fix whitespace
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
}