Changeset 118 for trunk/bootcode/regular/partmain.asm
- Timestamp:
- Apr 8, 2017, 12:27:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partmain.asm
r117 r118 2263 2263 ; Load LBA sector 0 from the disk specified in DL 2264 2264 xor bx,bx 2265 xor cx,cx2265 xor ax,ax 2266 2266 mov di,ds 2267 2267 mov si,offset [TmpSector] … … 2467 2467 ; mov di,ds 2468 2468 ; mov si,offset [TmpSector] 2469 ; mov ax, cx ; LBA low is now in AX 2469 2470 ; call DriveIO_ReadSectorLBA 2470 2471
Note:
See TracChangeset
for help on using the changeset viewer.