Changeset 277 in xtideuniversalbios for trunk/Tools


Ignore:
Timestamp:
Feb 28, 2012, 2:45:48 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Moved the bulk of the serial code to the assembly library, for inclusion in other utilities. Fixed a bug in int13h.asm when floppy support was not enabled that was preventing foreign drives from working properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/StringsCompress.pl

    r242 r277  
    159159
    160160    #
     161    # a ';%%;' prefix line, copy to output without the prefix
     162    #
     163    elsif( /^\s*\d+\s*;%%;\s*(.*)$/ )
     164    {
     165        print $1."\n";
     166    }
     167
     168    #
    161169    # everything else, copy to the output as is
    162170    #
Note: See TracChangeset for help on using the changeset viewer.