Changeset 421 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile
- Timestamp:
- May 9, 2012, 7:12:53 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/makefile
r417 r421 30 30 # ELIMINATE_CGA_SNOW Prevents CGA snowing at the cost of a few bytes # 31 31 # RELOCATE_INT13H_STACK Relocates INT 13h stack to top of stolen conventional memory # 32 # RESERVE_DIAGNOSTIC_CYLINDER Reserve one L-CHS cylinder for compatibility with old BIOSes # 32 33 # USE_186 Use instructions supported by 80188/80186 and V20/V30 and later # 33 34 # USE_286 Use instructions supported by 286 and later # … … 94 95 # Assembler preprocessor defines. # 95 96 ################################################################# 96 DEFINES_COMMON = MODULE_STRINGS_COMPRESSED MODULE_HOTKEYS MODULE_EBIOS MODULE_FEATURE_SETS 97 DEFINES_COMMON = MODULE_STRINGS_COMPRESSED MODULE_HOTKEYS MODULE_EBIOS MODULE_FEATURE_SETS RESERVE_DIAGNOSTIC_CYLINDER 97 98 DEFINES_COMMON_LARGE = MODULE_BOOT_MENU MODULE_SERIAL MODULE_SERIAL_FLOPPY 98 99
Note:
See TracChangeset
for help on using the changeset viewer.