QUICK START FOR THE IBM PC AND DOS 2.0 If you are using an IBMPC, DOS 2.0, more then 64k of memory, and are tired of waiting for the BIOS ram check the following will cure the blues. First Create a copy of your DOS 2.0 disk. Anytime you transfer the system use this modified disk. At the DOS prompt type 'DEBUG'. The DEBUG prompt '-' will appear. Then type, ommitting the comments: L 100 0 0 1 ;load the boot record from disk in drive A: A 100 ;start debug's assemble mode JMP 282 ;jump to the modified portion of the boot record ;end debug's assemble mode A 282 ;start assemble mode at beginning of new code) XOR AX,AX ;zero AX OUT A0,AL ;disable NMI MOV BX,1000 ;Set ES at beginning MOV ES,BX ; of 2nd 64KB block XOR DI,DI ;zero DI MOV CX,8000 ;set counter for 32K writes REPZ ;write zero's to STOSW ; 64KB block) ES: CMP [0000],AX ;compare 1st word JNZ 2A3 ;exit if read <> write ADD BX,1000 ;increment by 64KB) CMP BX,A000 ;check for 640KB max memory JNZ 289 ;loop if not finished) MOV CL,06 ;prepare for bit shift SHR BX,CL ;do the shift MOV DS,AX ;DS=zero MOV [413],BX ;store the total amount of memory in BIOS's address MOV AL,80 ;prepare to enable NMI OUT A0,AL ;enable NMI JMP 12E ;continue on as if nothing happened W 100 0 0 1 ;write out the modified boot record Q ;goodbye to debug These changes modify the boot record. It should be used only on disks where the 'system' exists as it overlays the DOS message 'Non-system disk error replace and strike any key when ready'. Next open up your computer and set the memory switches to 64k. Then insert your modified DOS disk and boot up. Notice the short wait! To copy the modified boot record on existing disks which contain the system simply insert your modified DOS disk and type: L 100 0 0 1 ;load the modified boot record Now insert the disk you wish to add the modified boot record to and type: W 100 0 0 1 ;write out the modified boot record and the disk will be modified. By Mike Cumming 94 Aldershot Blvd Winnipeg, Manitoba CANADA R3P 0E1 ***SVCS Librarian comment: This technique is not compatable with some software. In particular, attempting to install a QuadRAM drive will crash. In general, any program which employs an INT 19 (reboot) is a potential problem. QUIKUP and QUIKUPQD (SVCS disk No. 043) will get you up nearly as fast without modification of system software. Boot sector patches by the hard disk folk tend to suffer from INT 19 hangups also. To facilitate installation of the above modifications file QS.RIO has been supplied for redirected I/O input to DEBUG. It modifies the boot sector of the disk in drive A:. Think first because is doesn't allow for brain lag. Use the form `DEBUG