source: trunk/pxemenu/Tools/tools.conf @ 150

Last change on this file since 150 was 106, checked in by bas, 16 years ago

Added pxemenu config files and updated some info

File size: 947 bytes
Line 
1DEFAULT menu.c32
2PROMPT 0
3
4MENU TITLE Testing tools menu
5MENU BACKGROUND Logo.jpg
6
7# Download Memtest86 from http://www.memtest.org/ and from the top level copy
8# the file precomp.bin to Tools/memtest86
9label memtest86
10        menu label Memtest86 memory tester
11        kernel Tools/memtest86
12
13# Download from http://www.hgst.com/hdd/support/download.htm#DFT
14label DFT
15        menu label Hitachi/IBM Drive Fitness Test v4.08
16        kernel memdisk
17        append initrd=Tools/dft32_v408_b00_install.IMG
18
19# Download from http://support.wdc.com/download/index.asp
20label WDC_tool
21        menu label Western Digital Data Lifeguard Tools 11.2
22        kernel memdisk
23        append initrd=Tools/DataLifeguard11.2.img
24
25# Download from http://www.seagate.com/www/en-us/support/downloads/seatools
26label Seagate
27        menu label Seagate SeaTools108DC
28        kernel memdisk
29        append initrd=Tools/SeaTools108DC.img
30
31LABEL mainmenu
32        MENU LABEL Return to Main Menu
33        KERNEL menu.c32
34        APPEND ~
Note: See TracBrowser for help on using the repository browser.