Searched refs:ORG1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/boot/i386/gptboot/
H A DMakefile15 ORG1= 0x7c00 macro
57 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
/freebsd-10.0-release/sys/boot/i386/gptzfsboot/
H A DMakefile16 ORG1= 0x7c00 macro
54 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A DMakefile14 ORG1= 0x7c00 macro
50 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} zfsldr.o
/freebsd-10.0-release/sys/boot/i386/boot2/
H A DMakefile17 ORG1= 0x7c00 macro
62 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
97 { x = $$1 - ORG1; \
99 ORG1=`printf "%d" ${ORG1}` \
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A DMakefile17 ORG1= 0 macro
70 ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
104 { x = $$1 - ORG1; \
106 ORG1=`printf "%d" ${ORG1}` \

Completed in 127 milliseconds