Home | History | Annotate | Download | only in bios

Lines Matching refs:blocks

10202   ;;   2         ROM length in 512-byte blocks
10208 mov ax, #0x0004 ;; start with increment of 4 (512-byte) blocks = 2k
10213 mov al, [2] ;; change increment to ROM length in 512-byte blocks
10308 shl ax, #5 ;; convert 512-bytes blocks to 16-byte increments