COS compatible RX01 floppy handlers for OS/8 These files allow an OS/8 user more efficient usage of the space available on an RX01 floppy disk. The two files, RXBNS.PA and RXBSY.PA are the non-system and system handlers, respectively. They are fully compatible with the OS/8 operating system. The system handler is two pages long and follows the conventions for two page handlers that allows BASIC and FORTRAN to work properly. They allow the OS/8 diskette to hold 658 blocks as opposed to only 494 with the OS/8 handler. The system handler can not be booted with the conventional RX01 bootstrap program. To correct this, a program called RXFIX is included. This program is run after BUILD to modify the system head (block 0) to allow bootstrap with the conventional program. It is very important that this program be run again to restore block 0 before BUILD is run from the system. Examples on how to install the handlers: .SET SYS NO INIT !In case there is an initial command set up. .RUN SYS BUILD $LOAD RXBNS !Load the handlers. $INSERT RX8:RXB0-1 !Install the non-system handlers $BOOT SYS BUILT .SAVE SYS BUILD !Now the non-system handlers are on your OS/8 !system. To build a system floppy, first boot your conventional OS/8 system in drive 1. Then: .RUN SYS BUILD $LOAD RXBSY1 !Load the system handler (RX01 Version) $REPLACE SYS=BYTE,SYS !Change the system handler $INSERT BYTE,RXB0-1 !Install the co-resident drive 0 and 1 handlers. $BOOT !Boot the new OS/8 system. WRITE ZERO DIRECT?YES SYS BUILT .SAVE SYS BUILD !Save the new build. .RUN RXA1 FOTP !Copy files to the new drive *SYS: