Changeset 366 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Mar 27, 2012, 9:02:50 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Restored previous AT build modules to makefile.
  • Makefile now builds new 8k binary targeted for 386+ (Advanced ATA Module and no Serial support).
File:
1 edited

Legend:

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

    r358 r366  
    77%define TITLE_STRING_START  "-=XTIDE Universal BIOS "
    88%ifdef USE_AT
    9     %define TITLE_STRING_END    "(AT=-)",NULL
     9    %ifdef USE_386
     10        %define TITLE_STRING_END    "(386=-)",NULL
     11    %else
     12        %define TITLE_STRING_END    "(AT=-)",NULL
     13    %endif
    1014%elifdef USE_186
    1115    %define TITLE_STRING_END    "(XT+=-)",NULL
Note: See TracChangeset for help on using the changeset viewer.