Searched refs:BOOT2SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/i386/zfsboot/
H A DMakefile69 BOOT2SIZE= 262144 macro
75 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
77 ${DD} if=${.ALLSRC} of=${.TARGET} bs=${BOOT2SIZE} conv=sync
/freebsd-13-stable/stand/i386/boot2/
H A DMakefile60 BOOT2SIZE= 7680 macro
63 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
65 ${DD} if=${.ALLSRC} of=${.TARGET} bs=${BOOT2SIZE} conv=sync

Completed in 323 milliseconds