diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-31 13:11:47 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-31 13:11:47 -0500 |
commit | 690210c944abe7605e53cf760f4e6b360919838c (patch) | |
tree | e5678280df939fa0ef892779678fc7488caa1fc1 /grub.cfg | |
parent | better mboot and kalloc (diff) | |
download | corn-690210c944abe7605e53cf760f4e6b360919838c.tar.gz corn-690210c944abe7605e53cf760f4e6b360919838c.tar.bz2 corn-690210c944abe7605e53cf760f4e6b360919838c.zip |
fix whitespace
Diffstat (limited to 'grub.cfg')
-rw-r--r-- | grub.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,6 +2,6 @@ set timeout=1 set default=0 menuentry "corn" { - multiboot2 /boot/kernel.bin - boot + multiboot2 /boot/kernel.bin + boot } |