Changeset 324 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc


Ignore:
Timestamp:
Mar 11, 2012, 6:45:03 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Boot Menu now displays correct capacity when using user defined LBA.
File:
1 edited

Legend:

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

    r277 r324  
    1 ; File name     :   ATA_ID.inc
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   30.10.2009
    4 ; Last update   :   12.3.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   ATA Identify Drive information.
    73%ifndef ATA_ID_INC
     
    5854endstruc
    5955
     56A1_MODEL_NUMBER_LENGTH  EQU 40      ; 40 ASCII characters
     57
    6058; ATA-1 Word 0, General configuration
    6159A1_wGenCfg_NONMAG       EQU (1<<15) ; Reserved for non-magnetic drives
Note: See TracChangeset for help on using the changeset viewer.