Changeset 277 in xtideuniversalbios for trunk/Assembly_Library/Src


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.

Location:
trunk/Assembly_Library/Src
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/AssemblyLibrary.asm

    r256 r277  
    6868%endif
    6969
     70%ifdef INCLUDE_SERIAL_LIBRARY
     71    %include "Serial.inc"
     72%endif     
     73%ifdef INCLUDE_SERIALSERVER_LIBRARY
     74    %include "SerialServer.asm"
     75    %include "SerialServerScan.asm"
     76    %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     77        %include "SerialServerImage.asm"
     78    %endif
     79    %define INCLUDE_TIME_LIBRARY
     80%endif     
     81
    7082%ifdef INCLUDE_TIME_LIBRARY
    7183    %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     
    89101    %endif
    90102%endif
     103
Note: See TracChangeset for help on using the changeset viewer.