home *** CD-ROM | disk | FTP | other *** search
INI File | 1990-06-22 | 2.8 KB | 76 lines |
- ; Here are the names of the disks Setup can prompt for.
- ; There must be a disk name for each disk number used
- ;
- ; The disk number '0' is reserved to represent the windows setup directory
- ; the directory may be relative to the directory SETUP was run from.
- ;
- ; the format is:
- ;
- ; n = path,disk name,disk tag file
- ;
- ; n disk "number" 1-9,A-Z (single char only!)
- ; path path of disk n
- ; name name of disk n
- ; disk tag a file on disk n (used to determine if disk is in drive)
- ;
- [disks]
- 1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
- 2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
- 3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
- 4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
- 5 =. ,"Microsoft Windows 3.0 Disk #5",disk5
- E =. ,"Everex EVGA Disk",oemsetup.inf
-
- [display]
- ; The string following the driver description specifies the screen
- ; resolution. It is used to match the system and OEM character sets
- ; with the display selection.
- ;
- ;profile = driver, Description of driver, resolution, 286 grabber, logo code, VDD, 386grabber, ega.sys logo data
- ;
- vga = 1:vga.drv, "Everex EVGA 640x480 16 color", "100,96,96", 3:vgacolor.gr2, 2:vgalogo.lgo, E:vdd673.386, 4:ev673x4.gr3,, 2:vgalogo.rle
- evga800 = E:evga800.drv, "Everex EVGA 800x600 16 color", "100,96,96", 3:vgacolor.gr2, 2:vgalogo.lgo, E:vdd673.386, 4:ev673x4.gr3,, 2:vgalogo.rle
- ;evga512 = E:evga512.drv, "Everex EVGA 512x480 256 color", "100,96,96", 3:vgacolor.gr2, 2:vgalogo.lgo, E:vdd673.386, 4:ev673x8.gr3,, 2:vgalogo.rle
-
- ; copy these fonts depending on the 386 grabber being used
- [ev673x4.GR3]
- 4:CGA40WOA.FON,4:CGA40850.FON
- 4:CGA80WOA.FON,4:CGA80850.FON
- 4:EGA40WOA.FON,4:EGA40850.FON
- 4:EGA80WOA.FON,4:EGA80850.FON
-
- ;[ev673x8.GR3]
- ;4:CGA40WOA.FON,4:CGA40850.FON
- ;4:CGA80WOA.FON,4:CGA80850.FON
- ;4:EGA40WOA.FON,4:EGA40850.FON
- ;4:EGA80WOA.FON,4:EGA80850.FON
-
- ; If a display adapter other than the one in system selection is selected
- ; the font is chosen which matches the display resolution exactly.
- [sysfonts]
- 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
-
- [fixedfonts]
- 1:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
-
- [oemfonts]
- 1:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
-
- [fonts]
- 4:HELVE.FON, "Helv 8,10,12,14,18,24 (VGA res)", "100,96,96"
-
- 4:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
-
- 4:TMSRE.FON, "Tms Rmn 8,10,12,14,18,24 (VGA res)", "100,96,96"
-
- 4:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
-
- 4:ROMAN.FON, "Roman (All res)", "CONTINUOUSSCALING"
- 4:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
- 4:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
-
-