Changeset 417 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile


Ignore:
Timestamp:
May 5, 2012, 4:01:03 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • AT builds now relocate INT 13h stack to top of stolen conventional memory.
  • Some small fixes here and there.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/makefile

    r415 r417  
    2929# Not modules but these affect the assembly:                                                     #
    3030# ELIMINATE_CGA_SNOW        Prevents CGA snowing at the cost of a few bytes                      #
     31# RELOCATE_INT13H_STACK     Relocates INT 13h stack to top of stolen conventional memory         #
    3132# USE_186                   Use instructions supported by 80188/80186 and V20/V30 and later      #
    3233# USE_286                   Use instructions supported by 286 and later                          #
     
    9899DEFINES_XT = $(DEFINES_COMMON) ELIMINATE_CGA_SNOW MODULE_8BIT_IDE MODULE_JRIDE MODULE_SERIAL MODULE_SERIAL_FLOPPY
    99100DEFINES_XTPLUS = $(DEFINES_COMMON) $(DEFINES_XT) USE_186
    100 DEFINES_AT = $(DEFINES_COMMON) USE_AT USE_286 MODULE_IRQ MODULE_SERIAL MODULE_SERIAL_FLOPPY MODULE_ADVANCED_ATA
     101DEFINES_AT = $(DEFINES_COMMON) USE_AT USE_286 RELOCATE_INT13H_STACK MODULE_IRQ MODULE_SERIAL MODULE_SERIAL_FLOPPY MODULE_ADVANCED_ATA
    101102
    102103DEFINES_XT_LARGE = $(DEFINES_XT) $(DEFINES_COMMON_LARGE)
Note: See TracChangeset for help on using the changeset viewer.