
Date: Wed, 21 Dec 94 17:44:14 EST
From: Andy Goldstein - VMS Development <goldstein@star.enet.dec.com>
To: frisbie@flying-disk.com
Subject: Misc. command files to build

ASM.COM

$ mac/lis dtdriver+sys$library:lib/lib

LINK.COM

$ link/map/full/share dtdriver+sys$system:sys.stb/sel+sys$input/opt
base=0

LOAD.COM

$ mcr sysgen
CONNECT DTA0 /ADAPT=3/CSR=%O777340/VEC=%O214/DRIVER=DTDRIVER
CONNECT DTA1 /ADAPT=3/CSR=%O777340/VEC=%O214/DRIVER=DTDRIVER

(Note - the load command file was appropriate for whatever machine I
ran this on last; probably a 780. CSR and vector should remain the
same, but you'll probably need different adaptor information on other
cpu types. Then again, last time I looked we had actually snuck the TC-11
into SYSGEN's autoconfigure tables, so the driver should simply load
when the system boots.)
