Home
last modified time | relevance | path

Searched refs:boot2 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/stand/boot/pc32/boot2/
HDMakefile83 LINKSCRIPT= --script ${.CURDIR}/boot2.ldscript
104 all: boot1$s boot2$s
118 boot2$s.s: boot2.c boot2$s.h ufsread.c hammer2.c scrc32.c
119 ${CC} ${CFLAGS} ${_ADDCFLAGS$s} -S -o boot2$s.s.tmp ${.CURDIR}/boot2.c
123 boot2$s.h: boot1$s.out bootasm.h
128 ORG1=${ORG1D} REL1=${REL1D} > boot2$s.h
130 boot2$s: boot2$s.ldr boot2$s.bin ${BTX}/btx/btx
132 -l boot2$s.ldr -o boot2$s.ld -P 1 boot2$s.bin
133 stat boot2$s.ld | awk '{ x = (${NSECT$s} - 1) * 512 - $$8; \
135 dd if=boot2$s.ld of=${.TARGET} obs=$$(( (${NSECT$s} - 1) * 512)) conv=osync 2>/dev/null
[all …]
/dragonfly/stand/boot/pc32/
HDMakefile10 SUBDIR+=boot0 boot0sio boot2 cdboot libi386 loader loader_tftp mbr
/dragonfly/stand/boot/common/
HDufsread.c70 struct boot2_dmadat boot2; member
/dragonfly/nrelease/root/
HDREADME54 The second stage boot (boot2) and third stage boot (loader) default
58 boot2 in dual I/O mode but want the third stage to use just one or the
/dragonfly/stand/lib/
HDhammer1.c147 struct boot2_dmadat boot2; member