.;BASE.COM .; .; RT-11 V5.1 Base Level Builder .; .;To build a base level the following files are needed on the system .;disk: .;BASE.COM (this file) .;BASE1.COM - instructs the operator what disks are needed where .;BASE2.COM - builds the tools for the base level build and reboots .;BASEB.COM - gets run automatically upon reboot .;BASE3.COM - runs SYSGEN, builds monitors and handlers .;BASE4.COM - builds all CUSPS and copies all sources .; .;BASE41.COM - Copy source files from SRC to BIN .;BASE42.COM - Strip files from SRC to BIN .;BASE43.COM - Build all CUSPS .; .ENABLE GLOBAL .;Initialize all disks @BASE1 .;Build the tools @BASE2 SET ERROR NONE .;Build the monitors and handlers @BASE3 SET ERROR NONE .;Build everything else @BASE4