Changes to significantly reduce the emulator's RAM footprint.
Changes to the memory manager reduced by 120MB for machines with CPU < 80386. Changes to the 86F diskette data processor (required by all floppy controllers) reduced by 330M. Test machine OpenXT now runs at 240MB, instead of 680MB.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#
|
||||
# Makefile for Windows systems using the MinGW32 environment.
|
||||
#
|
||||
# Version: @(#)Makefile.mingw 1.0.12 2018/03/14
|
||||
# Version: @(#)Makefile.mingw 1.0.13 2018/03/14
|
||||
#
|
||||
# Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
#
|
||||
@@ -688,6 +688,9 @@ clobber: clean
|
||||
@echo Cleaning executables..
|
||||
@-rm -f *.d 2>NUL
|
||||
@-rm -f *.exe 2>NUL
|
||||
ifneq ($(PROFILER), y)
|
||||
@-rm -f *.map 2>NUL
|
||||
endif
|
||||
@-rm -f win/*.manifest 2>NUL
|
||||
# @-rm -f $(DEPFILE) 2>NUL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user