Changeset 160 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs


Ignore:
Timestamp:
May 4, 2011, 5:49:22 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Support for XTIDE mod now works.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm

    r158 r160  
    103103;       DS:DI:  Ptr to Disk Parameter Table
    104104;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     105;       CS:BP:  Ptr to IDEVARS for the controller
    105106;   Returns:
    106107;       Nothing
     
    131132;       DS:DI:  Ptr to Disk Parameter Table
    132133;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     134;       CS:BP:  Ptr to IDEVARS for the controller
    133135;   Returns:
    134136;       Nothing
     
    164166;       DS:DI:  Ptr to Disk Parameter Table
    165167;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     168;       CS:BP:  Ptr to IDEVARS for the controller
    166169;   Returns:
    167170;       Nothing
     
    181184;       DS:DI:  Ptr to Disk Parameter Table
    182185;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     186;       CS:BP:  Ptr to IDEVARS for the controller
    183187;   Returns:
    184188;       Nothing
     
    195199;       DS:DI:  Ptr to Disk Parameter Table
    196200;       ES:SI:  Ptr to 512-byte ATA information read from the drive
     201;       CS:BP:  Ptr to IDEVARS for the controller
    197202;       ES:     BDA Segment
    198203;   Returns:
Note: See TracChangeset for help on using the changeset viewer.