! ! Command file to build the utilities ! ! Change 'dev' to the device where TSX.STB is located ! Remember that TSX.STB MUST BE from the current system generation - The ! currently running copy of TSX. Any other will guarantee to corrupt the ! system. ! Remember to re-link the programs every time a new system is generated. ! MEM 56 ! LINK CTRLC,LINE,dev:TSX.STB LINK CTRLS,LINE,dev:TSX.STB LINK CTRLQ,LINE,dev:TSX.STB LINK NAME,LINE,dev:TSX.STB LINK OPEN,dev:TSX.STB LINK OPR,LINE,dev:TSX.STB ! ! Set the memory allocation ! SETSIZ CTRLC/D:2 CTRLS/D:2 CTRLQ/D:2 NAME/D:8. OPEN/D:2 OPR/D:2 ^C ! !