Searched defs:boot1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/boot2/
H A DMakefile5 FILES= boot boot1 boot2
58 boot: boot1 boot2
59 cat boot1 boot2 > boot
61 CLEANFILES+= boot1 boot1.out boot1.o
63 boot1: boot1.out
64 ${OBJCOPY} -S -O binary boot1.out ${.TARGET}
66 boot1
[all...]

Completed in 56 milliseconds