;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; sdtram.csd -- Configuration Submit File for SDTRAM ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; attachfile sdtram.dir/inc as include ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; -- Compile the Configuration Module ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PLM86 sdtram.dir/src/sdtramcnf.p86 & OBJECT( sdtram.dir/obj/sdtramcnf.obj ) & PRINT( sdtram.dir/lst/sdtramcnf.lst ) & LARGE OPTIMIZE(0) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; -- Link & Locate With the Remainder of SDTRAM ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; LINK86 & sdtram.dir/obj/mline.lnk, & ** the main and utility procedures ** sdtram.dir/obj/tests.lnk, & ** the tests themselves ** sdtram.dir/obj/sdtramcnf.obj, & ** the configuration module ** sdtram.dir/src/cmnlrg.obj, & ** the GPCP emulator layer ** monitor/sdtmon.lnk, & ** the test monitor, of course ** monitor/sdtlrg.lib, & ** the monitor library ** sdtram.dir/src/plm86.lib & ** the plm library ** TO sdtram.dir/obj/sdtram.lnk & PRINT (sdtram.dir/lst/sdtram.mp1) INITCODE PURGE LOC86 sdtram.dir/obj/sdtram.lnk & ** the bootable test will be found ** TO sdtram & ** in the directory /sdtdir ** PRINT (sdtram.dir/lst/sdtram.mp2) & RESERVE(00h to 0100FH) PURGE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; -- SDTRAM Can Now Be Invoked by Booting /sdtdir/sdtram ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; detachfile include