summaryrefslogtreecommitdiff
path: root/com32/hdt/floppy/hdt.cfg
blob: f72a21349cdb419c4f32e509fce78b386a77f5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
UI menu.c32
DEFAULT hdt
PROMPT 0
TIMEOUT 50
MENU TITLE Hardware Detection Tool (HDT) version %VERSION% (%CODENAME%)
MENU MARGIN 0
MENU ROWS 15
MENU TABMSG
MENU TABMSGROW -3
MENU CMDLINEROW -3
MENU HELPMSGROW -4
MENU HELPMSGENDROW -1

MENU COLOR SCREEN 37;40
MENU COLOR BORDER 34;40
MENU COLOR TITLE 1;33;40
MENU COLOR SCROLLBAR 34;46
MENU COLOR SEL 30;47
MENU COLOR UNSEL 36;40
MENU COLOR CMDMARK 37;40
MENU COLOR CMDLINE 37;40
MENU COLOR TABMSG 37;40
MENU COLOR DISABLED 37;40
MENU COLOR HELP 32;40

LABEL hdt
MENU LABEL Menu mode
MENU DEFAULT
TEXT HELP
 Starts HDT using the MENU mode
ENDTEXT
COM32 hdt.c32
APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet

LABEL cli
MENU LABEL CLI (VESA mode)
TEXT HELP
 Starts HDT using the Command Line Interface (CLI)
 VESA mode is enabled
ENDTEXT
COM32 hdt.c32
APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa

LABEL vesa
MENU LABEL CLI (Text mode)
TEXT HELP
 Starts HDT using the Command Line Interface (CLI)
 VESA mode is disabled
ENDTEXT
COM32 hdt.c32
APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu

LABEL summary
MENU LABEL CLI (Auto summary)
TEXT HELP
 Starts HDT using the Command Line Interface (CLI) and run 'show summary'
 VESA mode is enabled
ENDTEXT
COM32 hdt.c32
APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show summary'

LABEL verbose
MENU LABEL CLI (VESA mode & Verbose)
TEXT HELP
 Starts HDT using the Command Line Interface (CLI) using the verbose mode
 VESA mode is enabled
ENDTEXT
COM32 hdt.c32
APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu verbose

LABEL verbose-text
MENU LABEL CLI (Text mode & Verbose)
TEXT HELP
 Starts HDT using the Command Line Interface (CLI)
 VESA mode is disabled
ENDTEXT
COM32 hdt.c32
APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids verbose nomenu

MENU SEPARATOR

LABEL memtest
MENU LABEL Memtest86+ 4.20
TEXT HELP
 Starts Memtest86+ 4.20
ENDTEXT
LINUX memtest.bin