Changeset 102 for trunk/bootcode/regular/partmain.asm
- Timestamp:
- Apr 8, 2017, 12:26:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partmain.asm
r96 r102 2174 2174 mov di,ds 2175 2175 mov si,offset [TmpSector] 2176 call DriveIO_ LoadSectorLBA2176 call DriveIO_ReadSectorLBA 2177 2177 2178 2178 ; Restore partitions LBA address to DI:SI … … 2375 2375 ; mov di,ds 2376 2376 ; mov si,offset [TmpSector] 2377 ; call DriveIO_ LoadSectorLBA2377 ; call DriveIO_ReadSectorLBA 2378 2378 2379 2379 ; ; Point to location of 'BOOTMGR' signature.
Note:
See TracChangeset
for help on using the changeset viewer.