Changeset 364 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc


Ignore:
Timestamp:
Mar 27, 2012, 4:21:58 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Advanced ATA Module variables are now kept in DPTs.
  • Forced full mode when using Advanced ATA Module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc

    r363 r364  
    2727                            resb    2   ; Zero word (ensures string terminates)
    2828    .wInitErrorFlags        resb    2   ; Errors during initialization
    29 
     29   
    3030%ifdef MODULE_ADVANCED_ATA
    31     .wIdeBasePort           resb    2   ; IDE Base Port
    32     .wMinPioActiveTimeNs    resb    2   ; Minimum PIO Active Time in ns
    33     .wMinPioRecoveryTimeNs  resb    2   ; Minimum PIO Recovery Time in ns
    34     .wControllerID          resb    2   ; Controller specific ID WORD
    35     .wControllerBasePort    resb    2   ; Advanced Controller port (not IDE port)
    36                             resb    12  ; padding to make BOOTMENUINFO size an even multiple of DPT size
    37 
     31                            resb    6   ; padding to make BOOTMENUINFO size an even multiple of DPT size
    3832%else
    3933                            resb    2   ; padding to make BOOTMENUINFO size an even multiple of DPT size
    4034%endif
     35                           
     36                           
    4137endstruc
    4238
Note: See TracChangeset for help on using the changeset viewer.