Changeset 114 for trunk/bootcode/regular/driveio.asm
- Timestamp:
- Apr 8, 2017, 12:27:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/driveio.asm
r113 r114 1303 1303 1304 1304 ; See if this is a valid LVM-sector 1305 ; ZF=0if valid1305 ; CY if valid 1306 1306 call LVM_ValidateSector 1307 1307 … … 1327 1327 1328 1328 ; Yep, we found the master LVM-sector 1329 jnz DriveIO_LoadMasterLVMSector_Found 1329 jc DriveIO_LoadMasterLVMSector_Found 1330 1330 1331 ; Try next location 1331 1332 loop DriveIO_LoadMasterLVMSector_NextTry
Note:
See TracChangeset
for help on using the changeset viewer.