Changeset 102 for trunk/bootcode/special/lvm.asm
- Timestamp:
- Apr 8, 2017, 12:26:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/special/lvm.asm
r101 r102 242 242 mov si,offset [LVMSector] 243 243 mov di,ds 244 call DriveIO_ LoadSectorLBA ; Change this to normal IO-routine !!!!!!244 call DriveIO_ReadSectorLBA 245 245 pop di 246 246 pop si … … 379 379 mov si,offset [LVMSector] 380 380 mov di,ds 381 call DriveIO_ LoadSectorLBA ; Change this to normal IO-routine !!!!!!381 call DriveIO_ReadSectorLBA 382 382 pop di 383 383 pop si
Note:
See TracChangeset
for help on using the changeset viewer.