; ; *-*-* gen.csd *-*-* ; ; Invocation: submit gen ; af /rmx386/inc as f0 af $ as f1 ; plm386 :f1:console.p28 oj(console.obj) pr(console.lst) & pw(132) word16 set(r_32) ;----------------------------------------------------------------------------- ;-- Copy the system 120 device driver library to the working directory ;-- because we don't want to change the original driver library. ;----------------------------------------------------------------------------- ; copy /rmx386/ios/xdr120.lib to :f1:dr120.lib lib386 :f1:dr120.lib delete xconsole add :f1:console.obj c q e ;----------------------------------------------------------------------------- ; Note: Remember to save the original driver library!! ; ; -- Save the system 120 device driver library, type: ; copy /rmx386/ios/xdr120.lib to /rmx386/ios/xdr120.lib.bkp ; -- Copy the new library to /rmx386/ios directory ; copy dr120.lib to /rmx386/ios/xdr120.lib ; -- Run the ICU386 and Generate your new boot file.