User guide
1
Installing and Configuring Enhanced OS-9
Enhanced OS-9 for X86 PCAT 85
#define T11PORT 0x328 /* t11 onboard port address */
#define T12PORT 0x330 /* t12 onboard port address */
#define T13PORT 0x338 /* t13 onboard port address */
#define T14PORT 0x340 /* t14 onboard port address */
#define T15PORT 0x348 /* t15 onboard port address */
#define T16PORT 0x350 /* t16 onboard port address */
#define T17PORT 0x358 /* t17 onboard port address */
Making the descriptors
Once the systype.h file has been updated the new descriptors may be
created.
Change to directory:
MWOS/OS9000/80386/PORTS/PCAT/SCF/SCPC8/DESC
Type
os9make
; the following descriptors will be made:
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t10
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t11
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t12
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t13
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t14
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t15
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t16
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t17
HostessI
Support for the HostessI intelligent serial card is included by selecting
the HostessI option in the Configuration Wizard’s Bootfile Options
dialog box.
To change the vector the user must edit the systype.h file located in the
port directory.
MWOS/OS9000/80386/PORTS/PCAT/systype.h
#define HS_PORT0x00000218/* Hostess i board. serial adapter board */
#define HS_VECT0x4f/* IRQ 15 */
#define HS_BOARDMEM0xd0000/* onboard memory place in the system address space
*/
#define HS_NBLINES16/* number lines on the board (8/16) */
/* Old board doesn’t permit 16 bits mode. */
#define HS_BUSSIZE8/* size of the bus the board uses (8/16) */