Changeset 119 for trunk/bootcode/regular/driveio.asm
- Timestamp:
- Apr 8, 2017, 12:27:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/driveio.asm
r118 r119 1000 1000 call AuxIO_Print 1001 1001 pop si 1002 ;~call DEBUG_DumpRegisters1002 call DEBUG_DumpRegisters 1003 1003 ;~ call AuxIO_DumpSector 1004 1004 ;~ call AuxIO_DumpParagraph … … 1016 1016 pop es 1017 1017 1018 ; Because JCXZ is used, LBA sector 0 is never loaded and checked. 1019 ; This is of course no problem since it is the MBR. 1018 1020 DriveIO_LocateMasterLVMSector_next: 1019 1021 clc ; Indicate Master LVM sector not found
Note:
See TracChangeset
for help on using the changeset viewer.