; Customization equates for DOS+ system ; ; Define memory size base for DOS+ msize equ 63; kbytes RAM available. Not used in DOS+ ; ; Define memory. Max. TPA is ramlow+0100h to base+0800h ramlow equ 0; Available memory starts here base equ (msize-7)*1024; of CCP area - multiple of 256 only ; ; Define path location pathat equ 046H; Location of Path Buffer. 0 disables path ; NOTE: if non-zero coldboot must zero the byte at this address ; to prevent a random path being followed. ; ; Define timer locations and operations timeat equ 040h; Location of time buffer or routine. 0 = none tfunct equ false; true if routine, false if address acctim equ true; true enables file access time stamps ; ; Define BREAK capabilities to interrupt runaway programs. usrbrk equ true; true enables user break on 'brkchr' dciobk equ true; true enables user break on DCIO calls brkchr equ 0; The keyboard input to break (if enabled) ; debug equ false; true for copy executable under an existing ; system. false for normal system