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


Ignore:
Timestamp:
Feb 9, 2012, 11:08:59 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Space optimizations in the Boot Menu and BootInfo routines, taking advantage of nested %s. Optimization in the init of RamVars to avoid writing the signature twice. Preparing for addition of serial floppy support, starting to break the assumption that our drives are always 80h or higher.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/StringsCompress.pl

    r197 r241  
    226226
    227227print "\n;; translated usage stats\n";
    228 foreach $f (keys(%special))
     228foreach $f (keys(%translate))
    229229{
    230230    print ";; ".$f.":".$used{$f}."\n";
Note: See TracChangeset for help on using the changeset viewer.