Changeset 37 for trunk/BOOTCODE/SPECIAL/LVM.ASM
- Timestamp:
- Apr 11, 2014, 8:39:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/SPECIAL/LVM.ASM
r36 r37 24 24 ENDIF 25 25 26 LVM_InitCRCTable Proc Near Uses26 LVM_InitCRCTable Proc Near 27 27 ; Initializes our LVM-CRC-Table 28 28 xor cl, cl … … 90 90 ; Out: Carry set, if valid LVM signature found 91 91 ; Destroyed: None 92 LVM_CheckSectorSignature Proc Near Uses92 LVM_CheckSectorSignature Proc Near 93 93 test [CFG_IgnoreLVM], 1 ; We are supposed to ignore LVM, so 94 94 jnz LVMCSS_InvalidSignature ; any sector is bad! … … 176 176 LVM_GetDriveLetter Proc Near Uses bx cx dx si di ds es 177 177 ; For primary partitions this information is stored in the last 178 ; sector of track0; for all four partition entries shouldthey179 ; all beprimary ones.178 ; sector of track0; for all four partition entries in case they 179 ; they are all primary ones. 180 180 ; 181 181 ; LVM DLAT info for logical partitions is stored in the sector
Note:
See TracChangeset
for help on using the changeset viewer.