Metropoli BBS
VIEWER: oemsetup.inf MODE: TEXT (ASCII)
[data]
;  DefCodePage defines which translation table to use if we cannot get
;  code page information from DOS ie we are not under 3.30 or newer.
defxlat = 437
; 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
    Z =A:\WIN3 ,"Appian VGA Utilities 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     
; text max=48 CHARS     123456789012345678901234567890123456789012345678
ap600l = Z:ap600l.drv, "Appian VGA - 800x600 16 colors",             "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,      z:apvdd.drv,   4:vga.gr3,, 2:vgalogo.rle
ap400h = Z:ap400h.drv, "Appian VGA - 640x400 256 colors",            "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,      z:apvdd.drv,   4:vga.gr3,, 2:vgalogo.rle

; copy these fonts depending on the 386 grabber being used
[VGA.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

[codepages]
;       Xlat Table    OEM Font     description.
863 = 2:xlat863.bin, 2:vga863.fon, "French Canadian (863)"
861 = 2:xlat861.bin, 2:vga861.fon, "Icelandic (861)"
865 = 2:xlat865.bin, 2:vga865.fon, "Norway & Denmark (865)"
850 = 2:xlat850.bin, 2:vga850.fon, "International (850)"
860 = 2:xlat860.bin, 2:vga860.fon, "Portuguese (860)"
437 =              ,             , "Standard (437)"

; 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]
; These	are additional fonts which are selectively loaded from files.
; Information in the description string	and the	resolution string is used
; to determine which of	these files are	needed.
; These	files are copied without any name changes.
;
; The scaling and description are used to determine which fonts are loaded.
; Only the first appropriate font is copied to a system on 360 KB diskettes.

	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"


[ RETURN TO DIRECTORY ]