Searched refs:BOOTXX_SECTORS (Results 1 - 6 of 6) sorted by relevance

/src/sys/arch/landisk/stand/bootxx/bootxx_ustarfs/
H A DMakefile5 BOOTXX_SECTORS=16 macro
/src/sys/arch/i386/stand/bootxx/bootxx_ustarfs/
H A DMakefile8 BOOTXX_SECTORS=16 macro
/src/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx5 BOOTXX_SECTORS?= 15
6 BOOTXX_MAXSIZE?= (( ${BOOTXX_SECTORS} * 512 ))
18 CPPFLAGS+= -DBOOTXX_SECTORS=${BOOTXX_SECTORS}
H A Dpbr.S66 mov #BOOTXX_SECTORS, r7 /* number of sectors */
157 mov #BOOTXX_SECTORS, r7 /* number of sectors */
/src/sys/arch/i386/stand/bootxx/
H A DMakefile.bootxx21 BOOTXX_SECTORS?=15
22 BOOTXX_MAXSIZE?= $$(( ${BOOTXX_SECTORS} * 512 ))
45 CPPFLAGS+= -DBOOTXX_SECTORS=${BOOTXX_SECTORS}
H A Dpbr.S44 * BOOTXX_SECTORS: Number of sectors we load (15).
368 movw $0x200 + BOOTXX_SECTORS, %ax /* command 2, xx sectors */
411 .word BOOTXX_SECTORS /* sector count */

Completed in 9 milliseconds