Changeset 218 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Jan 23, 2012, 9:10:05 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Inc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/EBIOS.inc
r170 r218 41 41 .bSize resb 1 ; 0, Size of this packet in bytes 42 42 .bReservedAt1 resb 1 ; 1, Currently unused, must be zero 43 .wSectorCount resb 2 ; 2, Number of sectors to process (1...127) 43 .bSectorCount resb 1 ; 2, Number of sectors to process (0...127) 44 .bReservedAt3 resb 1 ; 3, Currently unused, must be zero 44 45 .dwMemoryAddress: 45 46 .wOffset resb 2 ; 4, Memory offset for transfer -
trunk/XTIDE_Universal_BIOS/Inc/Int13h.inc
r150 r218 45 45 46 46 47 MAX_SUPPORTED_BLOCK_SIZE_IN_SECTORS EQU 6448 49 47 %define TIMEOUT_AND_STATUS_TO_WAIT(timeout, status) (((timeout)<<8) | (status)) 50 48 -
trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc
r203 r218 61 61 .bCommand resb 1 62 62 .bDeviceControl resb 1 ; Offset 7 shared with PIOVARS 63 resb 1 63 64 64 65 ; Parameters for 48-bit LBA 65 .wSectorCountHighAndLbaLowExt:66 .bSectorCountHighExt resb 167 66 .bLbaLowExt resb 1 ; LBA48 31...24 68 69 67 .wLbaMiddleAndHighExt: 70 68 .bLbaMiddleExt resb 1 ; LBA48 39...32
Note:
See TracChangeset
for help on using the changeset viewer.