Instruction manual
Page 4-8 Chapter Four
Eagle 450 Installation and Technical Manual, Rev. 00
:T
;
JOBS 5
;
JOBALC JOB1
;
QUEUE 2000
;
TRMDEF TERM1,A31810=0:19200,ALPHA,200,200,200,EDITOR=15
;
PARITY ; Clear memory
VER ; Unlock keyboard
;
SCZDSP SCZ138.SYS/ET ; SCSI dispatcher
;
DEVTBL DSK
DEVTBL TRM,RES,MEM
DEVTBL /STR0 ; Streaming tape device
;
BITMAP DSK ; Paged bitmaps for AMOS 2.X
;
ERSATZ ERSATZ.NEW
MSGINI 20K
;
SYSTEM SYSMSG.USA
SYSTEM DCACHE.SYS/N/M 1M ; Enable disk read-caching
SYSTEM DVR:DSK/N 100K 60 ; Enable disk write-caching
SYSTEM CMDLIN.SYS
SYSTEM SCNWLD.SYS
SYSTEM QFLOCK.SYS
SYSTEM TRM.DVR[1,6]
SYSTEM STR.DVR[1,6]
SYSTEM EGP.DVR[1,6]
SYSTEM
;
SET DSKERR
;
MOUNT DSK:
;
MEMORY 0
Simple Initialization File
Defining the Parallel Port
The Eagle 450 contains one parallel port, which is not automatically defined for you. To enable the
parallel port:
1.
Type the following statement following the last DEVTBL statement in your TEST.INI file:
DEVTBL /EGP0
2.
Load the parallel printer driver into system memory using a SYSTEM statement:
SYSTEM EGP.DVR[1,6]