Lines Matching +full:sub +full:- +full:blocks
1 /*-
14 * 3. Neither the name of the author nor the names of any co-contributors
46 .set COPY_BLKS,0x8 # Number of blocks
48 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be
73 * boot2 is, but it's currently under 256kB so we'll copy 8 blocks of 32kB
85 mov $MEM_USR/16,%ax # Set %es:(-1) to point at
88 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks
92 sub $COPY_BLK_SZ/16,%ax # copy from boot2
94 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
96 sub $COPY_BLK_SZ/16,%ax # which we want boot2 copied
108 mov $MEM_BTX,%di # %di -> end of BTX at
117 * Use the zero-valued %cx as a timeout for embedded hardware which do not
139 jmp start+MEM_JMP-MEM_ORG # Start BTX