SWITCH BASIC ! RTKIT.CMD Run by ATPK ! ! Build an RT11 C kit onto DK0: ! ! Warning: DK0: will be zero'd ! ! The kit contains the following: ! ! CC.SAV C compiler ! AS.SAV Assembler (small symbol table) ! CLIBN.OBJ Non-EIS library ! CLIB.OBJ EIS library ! *.H #include files ! *.DOC Documentation ! [5,4]*.* Non-I/O run-time library source ! [5,5]*.* I/O run-time library source ! [6,1]*.* Tools source ! [6,2]*.* Toys source ! RUN $FIT DK0:/ZE Y DK0:=C:CC.SAV DK0:AS.SAV=C:ASTINY.SAV DK0:=C:SUPORT.OBJ DK0:=C:CLIBN.OBJ DK0:=C:CLIB.OBJ DK0:=C:*.H DK0:=C:*.DOC DK0:=[5,4]*.* DK0:=[5,5]*.* DK0:=[6,1]*.* DK0:=[6,2]*.* DK0:/DI ^Z