Changeset 118 for trunk/bootcode/special/lvm.asm
- Timestamp:
- Apr 8, 2017, 12:27:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/special/lvm.asm
r117 r118 320 320 mov si,offset [LVMSector] 321 321 mov di,ds 322 mov ax, cx ; LBA low is now in AX 322 323 call DriveIO_ReadSectorLBA 323 324 pop di … … 541 542 mov si,offset [LVMSector] 542 543 mov di,ds 544 mov ax, cx ; LBA low is now in AX 543 545 call DriveIO_ReadSectorLBA 544 546 pop di
Note:
See TracChangeset
for help on using the changeset viewer.