1UI menu.c32
2DEFAULT hdt
3PROMPT 0
4TIMEOUT 50
5MENU TITLE Hardware Detection Tool (HDT) version %VERSION% (%CODENAME%)
6MENU MARGIN 0
7MENU ROWS 15
8MENU TABMSG
9MENU TABMSGROW -3
10MENU CMDLINEROW -3
11MENU HELPMSGROW -4
12MENU HELPMSGENDROW -1
13
14MENU COLOR SCREEN 37;40
15MENU COLOR BORDER 34;40
16MENU COLOR TITLE 1;33;40
17MENU COLOR SCROLLBAR 34;46
18MENU COLOR SEL 30;47
19MENU COLOR UNSEL 36;40
20MENU COLOR CMDMARK 37;40
21MENU COLOR CMDLINE 37;40
22MENU COLOR TABMSG 37;40
23MENU COLOR DISABLED 37;40
24MENU COLOR HELP 32;40
25
26LABEL hdt
27MENU LABEL Menu mode
28MENU DEFAULT
29TEXT HELP
30 Starts HDT using the MENU mode
31ENDTEXT
32COM32 hdt.c32
33APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet
34
35LABEL cli
36MENU LABEL CLI (VESA mode)
37TEXT HELP
38 Starts HDT using the Command Line Interface (CLI)
39 VESA mode is enabled
40ENDTEXT
41COM32 hdt.c32
42APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa
43
44LABEL vesa
45MENU LABEL CLI (Text mode)
46TEXT HELP
47 Starts HDT using the Command Line Interface (CLI)
48 VESA mode is disabled
49ENDTEXT
50COM32 hdt.c32
51APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu
52
53LABEL summary
54MENU LABEL CLI (Auto summary)
55TEXT HELP
56 Starts HDT using the Command Line Interface (CLI) and run 'show summary'
57 VESA mode is enabled
58ENDTEXT
59COM32 hdt.c32
60APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show summary'
61
62LABEL verbose
63MENU LABEL CLI (VESA mode & Verbose)
64TEXT HELP
65 Starts HDT using the Command Line Interface (CLI) using the verbose mode
66 VESA mode is enabled
67ENDTEXT
68COM32 hdt.c32
69APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu verbose
70
71LABEL verbose-text
72MENU LABEL CLI (Text mode & Verbose)
73TEXT HELP
74 Starts HDT using the Command Line Interface (CLI)
75 VESA mode is disabled
76ENDTEXT
77COM32 hdt.c32
78APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids verbose nomenu
79
80LABEL dump
81MENU LABEL Dump hardware config to TFTP server
82TEXT HELP
83 Starts HDT using the Command Line Interface (CLI) and run 'dump'
84 VESA mode is enabled
85ENDTEXT
86COM32 hdt.c32
87APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='dump'
88
89LABEL postexec
90MENU LABEL Dump memory info, sleep 5 and start memtest entry
91TEXT HELP
92 Starts HDT using the Command Line Interface (CLI), show an item, say a message reboot and start memtest
93 VESA mode is enabled
94ENDTEXT
95COM32 hdt.c32
96APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show memory;say `########`;say `Starting memtest in 5 sec`;sleep 5;exit' postexec='memtest'
97
98LABEL display
99MENU LABEL Display feature (VESA mode)
100TEXT HELP
101 Starts HDT using the Command Line Interface (CLI)
102 VESA mode is enabled
103 A Picture is shown by using the display command
104ENDTEXT
105COM32 hdt.c32
106APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids silent nomenu vesa auto='display display.png; sleep 5000; display red.png'
107
108MENU SEPARATOR
109
110LABEL memtest
111MENU LABEL Memtest86+ 4.20
112TEXT HELP
113 Starts Memtest86+ 4.20
114ENDTEXT
115LINUX memtest.bin
116