.NLIST BIN ; Disable binary code listing .IDENT /X01.02/ ; Experimental .ENABL LC ; Enable lower case ; ; DXPRE - M/M+ Memory Resident Disk Driver Assembly Prefix File ; RX01 Emulator Version ; ; Companion source file to SLDRV.MAC and SLDAT.MAC ; Authors: ; Bruce R. Mitchell ; Michael J. Lynch ; ; Patterned from the DKDRV Cartridge Disk driver distributed by ; Digital Equipment Corporation on RSX-11M-Plus V1.0 Autopatch E ; Source Site: ; Engineering Systems and Technology Laboratory ; 3M Company, 3M Center, St. Paul, Minnesnota 55144 ; Source Hardware and Operating System: ; DEC PDP-11/70 under RSX-11M-Plus V1.0 Autopatch E ; Target Site: ; Same ; Target Hardware and Operating System: ; Same ; Revision History: ; 17-Dec-81 First version coded .PAGE ; ; Define the driver to be loadable or resident ; LD$DX = 0 ; If uncommented, driver is loadable ; ; Define driver "vector" and "base CSR address" ; DXHVEC = 0 ; Might as well use 0 DXHCSR = 177570 ; Fake it out and use switch reg ; ; Define maximum number of "controllers" ; D$$X11 = 1 ; 1 controller