spec
358 Bytes
#include "auxdata.h"
beginseg
name "code"
address 0x80100000
flags BOOT OBJECT
entry boot
stack bootStack + STACKSIZE
include "code.o"
endseg
beginseg
name "auxdatabuf"
flags OBJECT
address 0x80300000
include "auxdatabuf.o"
endseg
beginwave
name "auxdata"
include "code"
include "auxdatabuf"
endwave