From: Jos v.d.V. <jo...@us...> - 2010-07-28 12:00:41
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv31183/src/kernel Modified Files: meta-fkernel.f Log Message: Jos: Increasing the default SYS-area. The default SYS-area became too small for the newest IDE Index: meta-fkernel.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/meta-fkernel.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** meta-fkernel.f 30 Aug 2008 10:33:51 -0000 1.8 --- meta-fkernel.f 28 Jul 2010 12:00:33 -0000 1.9 *************** *** 46,50 **** 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 APP-SIZE MINAPPMEM < [IF] MINAPPMEM to APP-SIZE [THEN] --- 46,50 ---- 1256000 0x1000 naligned constant MINAPPMEM \ minimum size of kernel application dictionary 40960 0x1000 naligned constant MINCODEMEM \ minimum size of kernel code dictionary ! 1024000 0x1000 naligned constant MINSYSMEM \ minimum size of kernel system dictionary APP-SIZE MINAPPMEM < [IF] MINAPPMEM to APP-SIZE [THEN] |