Ignore:
Timestamp:
Oct 22, 2011, 9:20:14 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Made a module around the EBIOS code, so that it can be turned off to make room for serial code, still enabled by default in the Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Tools/CommandLookup.asm

    r167 r176  
    55SECTION .text
    66
     7%ifdef MODULE_EBIOS
    78;--------------------------------------------------------------------
    89; CommandLookup_GetEbiosIndexToBX
     
    2728    or      bx, dx                  ; Set block mode / single sector bit
    2829    ret
    29 
     30%endif
     31       
    3032;--------------------------------------------------------------------
    3133; CommandLookup_GetOldInt13hIndexToBX
Note: See TracChangeset for help on using the changeset viewer.