;************************************************************ ; Cornerstone Technology ; 7/26/89 ; EPB2001 ;************************************************************ AdapterId 080A5h ; 1234567890123456 AdapterName "Cornerstone DualPage Display" NumBytes 3 NamedItem Prompt "I/O Remapping in 16 byte blocks" choice "hex 100X" pos[1]=XXXXX000b io 1000h-100Fh choice "hex 101X" pos[1]=XXXXX001b io 1010h-101Fh choice "hex 200X" pos[1]=XXXXX010b io 2000h-200Fh choice "hex 201X" pos[1]=XXXXX011b io 2010h-201Fh choice "hex 300X" pos[1]=XXXXX100b io 3000h-300Fh choice "hex 301X" pos[1]=XXXXX101b io 3010h-301Fh choice "hex 400X" pos[1]=XXXXX110b io 4000h-400Fh choice "hex 401X" pos[1]=XXXXX111b io 4010h-401Fh Help "Use the F5 and F6 keys to choose a block with no conflicts. Conflicting assignments are marked with an asterisk and must be changed to use the adapter." NamedItem Prompt "Memory Remapping in 32K byte blocks" choice "hex 0C8000" pos[1]=XXX00XXXb mem 0C8000h-0CFFFFh choice "hex 0D0000" pos[1]=XXX01XXXb mem 0D0000h-0D7FFFh choice "hex 0D8000" pos[1]=XXX10XXXb mem 0D8000h-0DFFFFh choice "hex 0C8000aux" pos[1]=XXX11XXXb mem 0C8000h-0CFFFFh Help "Use the F5 and F6 keys to choose a block with no conflicts. Conflicting assignments are marked with an asterisk and must be changed to use the adapter." NamedItem Prompt "Adapter ROM Remapping in 8k byte blocks" choice "hex 0C0000" pos[2]=XXXXXX00b mem 0C0000h-0C1FFFh choice "hex 0C2000" pos[2]=XXXXXX01b mem 0C2000h-0C3FFFh choice "hex 0C4000" pos[2]=XXXXXX10b mem 0C4000h-0C5FFFh choice "hex 0C0000aux" pos[2]=XXXXXX11b mem 0C0000h-0C1FFFh Help "Use the F5 and F6 keys to choose a block with no conflicts. Conflicting assignments are marked with an asterisk and must be changed to use the adapter." NamedItem Prompt "Default Boot Mode" choice "DualPage Monitor" pos[1]=00XXXXXXb pos[3]=XXXXXXX1b choice "VGA Monitor" pos[1]=10XXXXXXb pos[3]=XXXXXXX1b Help "Use VGA Frame Grab to boot on the CTI monitor (the VGA monitor is not needed) or use CTI HiRes Graphics to boot on the VGA monitor."