Changeset 334 in xtideuniversalbios for trunk/Tools/StringsCompress.pl


Ignore:
Timestamp:
Mar 13, 2012, 5:29:34 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Serial server DPT flag optimization, remove Serial/IDE specific header on drive scan results, added GNU GPL v2 banner at boot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/StringsCompress.pl

    r277 r334  
    6666print ";;;======================================================================\n\n";
    6767
     68print "%ifdef STRINGSCOMPRESSED_STRINGS\n\n";
    6869
    6970#
     
    182183#
    183184
     185print "%endif ; STRINGSCOMPRESSED_STRINGS\n\n";
     186print "%ifdef STRINGSCOMPRESSED_TABLES\n\n";
     187
    184188print "StringsCompressed_NormalBase     equ   ".$normal_base."\n\n";
    185189
     
    263267print ";; alphabet used count: ".$used_count."\n";
    264268
     269print "%endif ; STRINGSCOMPRESSED_TABLES\n\n";
     270
    265271#--------------------------------------------------------------------------------
    266272#
Note: See TracChangeset for help on using the changeset viewer.