Skip to content

Commit ec74ab9

Browse files
authored
Update grub.cfg
1 parent eaa8b17 commit ec74ab9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bootloader/grub.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,24 @@ set gfxmode=auto
66
set gfxpayload=keep
77
terminal_output console
88

9-
menuentry "Apollo Kernel v1.0" {
9+
menuentry "Apollo Kernel v1.1.2" {
1010
echo "Loading Apollo Kernel..."
1111
multiboot /boot/apollo.bin
1212
echo "Booting Apollo Operating System..."
1313
boot
1414
}
1515

16-
menuentry "Apollo Kernel v1.0 (Multiboot2)" {
16+
menuentry "Apollo Kernel v1.1.2 (Multiboot2)" {
1717
echo "Loading Apollo Kernel with Multiboot2..."
1818
multiboot2 /boot/apollo.bin
1919
echo "Booting Apollo Operating System..."
2020
boot
2121
}
2222

23-
menuentry "Apollo Kernel v1.0 (Debug)" {
23+
menuentry "Apollo Kernel v1.1.2 (Debug)" {
2424
echo "Loading Apollo Kernel in debug mode..."
2525
multiboot /boot/apollo.bin debug
2626
echo "Booting Apollo Operating System in debug mode..."
2727
boot
28-
}
28+
29+
}

0 commit comments

Comments
 (0)