# # Mainboard Tools #2 # mainboard2_menu: set textColor = color[white on black] clear set textColor = color[yellow on blue] print " ULTIMATE BOOT CD VER 3.3 " print " http://www.ultimatebootcd.com/ " print " " set textColor = color[white on red] print " [Mainboard Tools 2/3] " set textColor = color[white on cyan] print " " set textColor = color[yellow on cyan] print " CPU Information " set textColor = color[white on cyan] print " [F1] Intel Processor Frequency ID V7.2.20041115 " print " [x] x86test 0.10a " print " " set textColor = color[yellow on cyan] print " System Information " set textColor = color[white on cyan] print " [F2] AIDA16 V2.14 [F6] PCISniffer V1.3 " print " [F3] NSSI V0.58.6 [F7] PCI V1.1 " print " [F4] PC-Config V9.33 [F8] CTIA V2.1 " print " [F5] ASTRA V5.00 (Demo) " print " " set textColor = color[yellow on cyan] print " Benchmark Applications " set textColor = color[white on cyan] print " [F9] System Speed Test 32 V4.78 [3] CD Index V1.1 " print " [1] 3D Benchmark VGA V1.0 [4] QwikTest " print " [2] CPU Benchmark " print " " print " " print " " print " " print " " set textColor = color[white on blue] print " Left/right arrow key for previous/next screen. ESC returns to main menu. " set textColor = color[white on black] # # Actions # getkey clear if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=intelfid if ($lastKey == key[x]); then isolinux x86test if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=aida16 if ($lastKey == key[f3]); then memdisk /images/nssi.igz if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=pcconfig if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=astra if ($lastKey == key[f6]); then memdisk /images/pcisniff.igz if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=pci if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=ctia if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=sst if ($lastKey == key[1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=3dbench if ($lastKey == key[2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=bench if ($lastKey == key[3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=cdindex if ($lastKey == key[4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=qwiktest if ($lastKey == key[left]); then script mboard.scn if ($lastKey == key[right]); then script mboard3.scn if ($lastKey == key[esc]); then script main.scn goto mainboard2_menu