Searched refs:boot2 (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/i386/boot2/ |
H A D | Makefile | 3 FILES= boot boot1 boot2 44 boot: boot1 boot2 45 cat boot1 boot2 > boot 55 CLEANFILES+= boot2 boot2.ld boot2.ldr boot2.bin boot2.out boot2.o \ 56 boot2.h sio.o 60 boot2: boot2.ld target 65 boot2.ld: boot2.ldr boot2.bin ${BTXKERN} 66 btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \ 67 -o ${.TARGET} -P 1 boot2.bin 69 boot2.ldr: [all …]
|
H A D | boot1.S | 191 add %bx,%si # %si to start of boot2.bin
|
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 47 # to copy for boot2 (<= 15) 78 add %bx,%si # %si to start of boot2 81 shr $4,%ax # from boot2, with %si made as 87 mov %ax,%es # want to copy boot2 into. 92 sub $COPY_BLK_SZ/16,%ax # copy from boot2 96 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied
|
H A D | Makefile | 3 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${SASRC}
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsldr.S | 34 # to copy for boot2 (<= 15) 112 movl $1024,%eax # Offset to boot2 123 add %bx,%si # %si to start of boot2 126 shr $4,%ax # from boot2, with %si made as 132 mov %ax,%es # want to copy boot2 into. 137 sub $COPY_BLK_SZ/16,%ax # copy from boot2 141 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied
|
H A D | Makefile | 3 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${BOOTSRC}/common
|
/freebsd/stand/i386/ |
H A D | Makefile | 11 SUBDIR.yes+= mbr pmbr boot0 boot0sio boot2 cdboot gptboot \
|
/freebsd/stand/i386/isoboot/ |
H A D | Makefile | 3 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
|
/freebsd/stand/i386/gptzfsboot/ |
H A D | Makefile | 3 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
|
/freebsd/targets/pseudo/userland/misc/ |
H A D | Makefile.depend | 39 stand/i386/boot2 \
|
/freebsd/tools/tools/nanobsd/embedded/ |
H A D | common | 550 # boot2 defaults to 'a' partition, and freaks out
|
/freebsd/ |
H A D | UPDATING | 217 components, or use the standard boot0 and have the boot2 stage start
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 335 OLD_FILES+=boot/boot2
|