File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,24 @@ set gfxmode=auto
66set gfxpayload =keep
77terminal_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+ }
You can’t perform that action at this time.
0 commit comments