; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; SDT218.CSD -- ; This csd file generates a (user configured) copy of SDT218 ; from the configuration module and stock object modules. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ;--------------------------------------------------; ; ; compile the user configuration module ; ; ;--------------------------------------------------; PLM86 sdt218.dir/src/sdt218cnf.p86 XREF LARGE & PRINT (sdt218.dir/lst/sdt218cnf.lst) & OBJECT(sdt218.dir/obj/sdt218cnf.obj) ; ;--------------------------------------------------; ; ; re-link with the tests and mainline ; ; ;--------------------------------------------------; LINK86 & monitor/sdtmon286.lnk, & sdt218.dir/obj/mline.lnk, & sdt218.dir/obj/sdt218cnf.obj, & sdt218.dir/obj/tests.lnk, & monitor/cmnlrg.lib, & monitor/sdtlrg.lib & TO sdt218.dir/obj/sdt218.lnk INITCODE & PRINT(sdt218.dir/lst/sdt218.mp1) ; ; any link ERRORS ? ; ; ;--------------------------------------------------; ; ; locate the bootable test to sdt218 ; ; ;--------------------------------------------------; LOC86 sdt218.dir/obj/sdt218.lnk & TO sdt218 & ORDER( CLASSES(code,data,stack), & SEGMENTS(stack, & sdtmon_?_code, sdtmon_?_const, & sdtmon_?_data, sdtmon_?_stack, & bufmod_data)) & PRINT(sdt218.dir/lst/sdt218.mp2) RESERVE(00h to 100fh) ; ;any locate ERRORS ? ;