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

/freebsd-12-stable/stand/i386/zfsboot/
H A DMakefile60 BOOT2SIZE= 262144 macro
63 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
65 ${DD} if=${.ALLSRC} of=${.TARGET} obs=${BOOT2SIZE} conv=osync
/freebsd-12-stable/stand/i386/boot2/
H A DMakefile64 BOOT2SIZE= 7680 macro
67 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
69 ${DD} if=${.ALLSRC} of=${.TARGET} obs=${BOOT2SIZE} conv=osync

Completed in 46 milliseconds