Changeset 160 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs
- Timestamp:
- May 4, 2011, 5:49:22 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm
r158 r160 103 103 ; DS:DI: Ptr to Disk Parameter Table 104 104 ; ES:SI: Ptr to 512-byte ATA information read from the drive 105 ; CS:BP: Ptr to IDEVARS for the controller 105 106 ; Returns: 106 107 ; Nothing … … 131 132 ; DS:DI: Ptr to Disk Parameter Table 132 133 ; ES:SI: Ptr to 512-byte ATA information read from the drive 134 ; CS:BP: Ptr to IDEVARS for the controller 133 135 ; Returns: 134 136 ; Nothing … … 164 166 ; DS:DI: Ptr to Disk Parameter Table 165 167 ; ES:SI: Ptr to 512-byte ATA information read from the drive 168 ; CS:BP: Ptr to IDEVARS for the controller 166 169 ; Returns: 167 170 ; Nothing … … 181 184 ; DS:DI: Ptr to Disk Parameter Table 182 185 ; ES:SI: Ptr to 512-byte ATA information read from the drive 186 ; CS:BP: Ptr to IDEVARS for the controller 183 187 ; Returns: 184 188 ; Nothing … … 195 199 ; DS:DI: Ptr to Disk Parameter Table 196 200 ; ES:SI: Ptr to 512-byte ATA information read from the drive 201 ; CS:BP: Ptr to IDEVARS for the controller 197 202 ; ES: BDA Segment 198 203 ; Returns:
Note:
See TracChangeset
for help on using the changeset viewer.