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