Changeset 542 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools
- Timestamp:
- Apr 15, 2013, 4:03:33 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools/Address.asm
r526 r542 120 120 ; Only 24-bits are used since LHCS to LBA28 conversion has 8.4GB limit. 121 121 ; LBA = ((cylToSeek*headsPerCyl+headToSeek)*sectPerTrack)+sectToSeek-1 122 ; headsPerCyl and sectPerTrack are the current translation values (L-CHS). 122 123 ; 123 124 ; Returned address is in same registers that
Note:
See TracChangeset
for help on using the changeset viewer.