Changeset 100 for trunk/bootcode/regular/driveio.asm
- Timestamp:
- Apr 8, 2017, 12:26:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/driveio.asm
r98 r100 1176 1176 1177 1177 ; See if this is a valid LVM-sector 1178 ; CY=1if valid1179 call DriveIO_LVMSectorValid1178 ; ZF=0 if valid 1179 call LVM_ValidateSector 1180 1180 1181 1181 ; pushf … … 1192 1192 1193 1193 ; Yep, we found the master LVM-sector 1194 j cDriveIO_LoadMasterLVMSector_Found1194 jnz DriveIO_LoadMasterLVMSector_Found 1195 1195 ; Try next location 1196 1196 loop DriveIO_LoadMasterLVMSector_NextTry
Note:
See TracChangeset
for help on using the changeset viewer.