Skip to content

Commit f4d4b6a

Browse files
committed
feat(disk): add VESA mode entries to combined boot menu
1 parent 111283c commit f4d4b6a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

all/conf/x86/menu-disk-combined.lst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ title JNode 32-bit (minimal shell)
1919
kernel (hd0,0)/jnode32.gz mp=no kdb lkd
2020
module (hd0,0)/shell.jgz
2121

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+
2228
# ---------------------------
2329
# 64-bit entries
2430
# ---------------------------
@@ -36,6 +42,12 @@ title JNode 64-bit (minimal shell)
3642
kernel (hd0,0)/jnode64.gz mp=no kdb lkd
3743
module (hd0,0)/shell.jgz
3844

45+
# ---------------------------
46+
title JNode 64-bit (VESA mode)
47+
kernel (hd0,0)/jnode64.gz mp=no fb kdb lkd
48+
vbematch 800 600 32
49+
module (hd0,0)/full.jgz
50+
3951
# ---------------------------
4052
# Test / install entries
4153
# ---------------------------

0 commit comments

Comments
 (0)