Changeset 238 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Feb 5, 2012, 12:59:20 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r237 r238 14 14 15 15 ; IDE Drive related 16 ; .twLbaSectors is used for LBA addressing only. 17 ; .wPchsCylinders and .bPchsSectors are used for CHS addressing only. 16 ; .bLbaHeads and .twLbaSectors are used for LBA addressing only. 18 17 .bLbaHeads: resb 1 ; Number of LBA assisted heads (1...255) 19 18 .twLbaSectors resb 2 ; 48-bit sector count for LBA addressing 19 20 ; .wPchsCylinders and .bPchsSectors are used for CHS addressing only. 20 21 .wPchsCylinders resb 2 ; Number of P-CHS Cylinders (1...16383) 21 22 .wPchsHeadsAndSectors: -
trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc
r233 r238 90 90 DEVICE_32BIT_ATA EQU (4<<1) 91 91 DEVICE_SERIAL_PORT EQU (5<<1) ; must be last entry, or remove optimization in DetectPrint 92 DEVICE_JRIDE_ISA EQU (6<<1) 92 93 93 94
Note:
See TracChangeset
for help on using the changeset viewer.