spec 247 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #include "print.h" /* * ROM spec file */ beginseg name "code" flags BOOT OBJECT entry boot stack bootStack + STACKSIZE include "codesegment.o" include "$(ROOT)/usr/lib/PR/rspboot.o" endseg beginwave name "print" include "code" endwave