# HG changeset patch # User Eli Zaretskii # Date 1257507571 0 # Node ID 395f8907be685b6bd1ec32df148121d827564d8c # Parent 043c605c26d78445611e6d5ab750867610c66624 (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K. diff -r 043c605c26d7 -r 395f8907be68 src/s/msdos.h --- a/src/s/msdos.h Fri Nov 06 10:55:11 2009 +0000 +++ b/src/s/msdos.h Fri Nov 06 11:39:31 2009 +0000 @@ -196,7 +196,7 @@ /* We need a little extra space, see ../../lisp/loadup.el and the commentary below, in the non-X branch. The 140KB number was measured on GNU/Linux and on MS-WIndows. */ -#define SYSTEM_PURESIZE_EXTRA (-170000+140000) +#define SYSTEM_PURESIZE_EXTRA (-200000+140000) #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el. @@ -208,7 +208,7 @@ directory tree). Given the unknown policy of different DPMI hosts regarding loading of untouched pages, I'm not going to risk enlarging Emacs footprint by another 100+ KBytes. */ -#define SYSTEM_PURESIZE_EXTRA (-170000+65000) +#define SYSTEM_PURESIZE_EXTRA (-200000+65000) #endif /* Tell the garbage collector that setjmp is known to save all