Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RamVars.inc


Ignore:
Timestamp:
Jan 27, 2011, 8:14:13 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

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

    r3 r88  
    1 ; File name     :   RamVars.inc
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   23.3.2010
    4 ; Last update   :   8.4.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   RAMVARS struct containing BIOS variables stored in RAM.
    73%ifndef RAMVARS_INC
     
    3127
    3228    .wI13hDS:
    33     .bEndTime       resb    1   ; Timeout ending time
    34                     resb    1   ; Alignment
     29    .wTimeoutCounter    resb    2
    3530
    3631    .wDrvCntAndFirst:
Note: See TracChangeset for help on using the changeset viewer.