Update of /cvsroot/win32forth/win32forth/src/kernel
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1490/src/kernel
Modified Files:
meta-fkernel.f
Log Message:
More application space needed for the IDE (for testing forms).
Index: meta-fkernel.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/kernel/meta-fkernel.f,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** meta-fkernel.f 2 Aug 2008 22:11:09 -0000 1.6
--- meta-fkernel.f 24 Aug 2008 05:38:38 -0000 1.7
***************
*** 48,52 ****
SYS-SIZE 0x1000 naligned TO IMAGE-SSIZE \ size of kernel system dictionary
! 1024000 0x1000 naligned constant MINAPPMEM \ minimum size of kernel application dictionary
40960 0x1000 naligned constant MINCODEMEM \ minimum size of kernel code dictionary
512000 0x1000 naligned constant MINSYSMEM \ minimum size of kernel system dictionary
--- 48,52 ----
SYS-SIZE 0x1000 naligned TO IMAGE-SSIZE \ size of kernel system dictionary
! 1256000 0x1000 naligned constant MINAPPMEM \ minimum size of kernel application dictionary
40960 0x1000 naligned constant MINCODEMEM \ minimum size of kernel code dictionary
512000 0x1000 naligned constant MINSYSMEM \ minimum size of kernel system dictionary
|