Changeset 125 for trunk/bootcode/regular
- Timestamp:
- Apr 8, 2017, 12:27:24 AM (9 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/bootcode/regular/partscan.asm (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/bootcode/regular/partscan.asmr123 r125 66 66 xor bh, bh ; Zero upper part of index 67 67 mov bl, dl ; Get BIOS drive-number 68 and bl, 7fh ; Strip bit 768 sub bl, 80h ; Now 0-based index 69 69 shl bx, 3 ; Mult by 4 for DWORD 70 70 add bx, offset [LVM_MasterSecs] ; Add the base offset … … 83 83 xor bh, bh 84 84 mov bl, dl 85 and bl, 7fh85 sub bl, 80h 86 86 shl bx, 3 87 87 add bx, offset [LVM_MasterSecs] 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
