home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
ZSYS
/
ZNODE-12
/
I
/
RSX12.LBR
/
RSXCUST.DQX
/
RSXCUST.DXX
Wrap
Text File
|
2000-06-30
|
2KB
|
35 lines
; This file normally holds customization equates for the RSX system.
; If desired these values may all be defined in RSXMAIN or RSXINIT,
; when this file can consist of only the NODRIVE equate.
;
; customise the @RSX value for the application. See BDOS call lists
; in RSXMAST guidance. Try to avoid values that create conflicts
@RSX equ 100; for demo testing. The master intercept value
;
@RSXX equ 0; This is an extra intercept, outside the range
; below. Set 0 if not used
@RSXY equ 0; This is a second extra intercept, outside the
; range below. Set 0 if not used
;
@RSXLO equ @RSX; This and @RSXHI can specify a range of BDOS
@RSXHI equ @RSX; calls to intercept. Only @RSX can use the
; special parameters -1,0,+1. Others are not
; restricted. Set both to @RSX if no range is
; required.
;
; Controls for bios driver visibility.
nodrive equ true; TRUE prevents any alteration of the BIOS
; vector at location 1. If true then DRIVER
; MUST be false. This is for systems that
; create only BDOS intercepts, and do not
; alter the bios in any way.
driver equ false; TRUE installs drivers visible to DOS
; FALSE makes new BIOS drivers visible only to
; an application program
; the value of "driver" initializes "chkflg"
; which is then user patchable.
;
; Experimental equate. True not checked out yet
multidrv equ false; true to allow multiple drivers
; visible to BDOS. Care needed.
╗B