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
6
6
set gfxpayload =keep
7
7
terminal_output console
8
8
9
- menuentry " Apollo Kernel v1.0 " {
9
+ menuentry " Apollo Kernel v1.1.2 " {
10
10
echo " Loading Apollo Kernel..."
11
11
multiboot /boot/apollo.bin
12
12
echo " Booting Apollo Operating System..."
13
13
boot
14
14
}
15
15
16
- menuentry " Apollo Kernel v1.0 (Multiboot2)" {
16
+ menuentry " Apollo Kernel v1.1.2 (Multiboot2)" {
17
17
echo " Loading Apollo Kernel with Multiboot2..."
18
18
multiboot2 /boot/apollo.bin
19
19
echo " Booting Apollo Operating System..."
20
20
boot
21
21
}
22
22
23
- menuentry " Apollo Kernel v1.0 (Debug)" {
23
+ menuentry " Apollo Kernel v1.1.2 (Debug)" {
24
24
echo " Loading Apollo Kernel in debug mode..."
25
25
multiboot /boot/apollo.bin debug
26
26
echo " Booting Apollo Operating System in debug mode..."
27
27
boot
28
- }
28
+
29
+ }
You can’t perform that action at this time.
0 commit comments