1 parent 111283c commit f4d4b6aCopy full SHA for f4d4b6a
1 file changed
all/conf/x86/menu-disk-combined.lst
@@ -19,6 +19,12 @@ title JNode 32-bit (minimal shell)
19
kernel (hd0,0)/jnode32.gz mp=no kdb lkd
20
module (hd0,0)/shell.jgz
21
22
+# ---------------------------
23
+title JNode 32-bit (VESA mode)
24
+kernel (hd0,0)/jnode32.gz mp=no fb kdb lkd
25
+vbematch 800 600 32
26
+module (hd0,0)/full.jgz
27
+
28
# ---------------------------
29
# 64-bit entries
30
@@ -36,6 +42,12 @@ title JNode 64-bit (minimal shell)
36
42
kernel (hd0,0)/jnode64.gz mp=no kdb lkd
37
43
38
44
45
46
+title JNode 64-bit (VESA mode)
47
+kernel (hd0,0)/jnode64.gz mp=no fb kdb lkd
48
49
50
39
51
40
52
# Test / install entries
41
53
0 commit comments