diff --git a/stand/forth/loader.4th b/stand/forth/loader.4th index 574077ea571..db31461f545 100644 --- a/stand/forth/loader.4th +++ b/stand/forth/loader.4th @@ -61,8 +61,8 @@ s" arch-i386" environment? [if] [if] [then] [then] [then] -256 dictthreshold ! \ 256 cells minimum free space -2048 dictincrease ! \ 2048 additional cells each time +512 dictthreshold ! \ cells minimum free space +2048 dictincrease ! \ additional cells each time include /boot/support.4th include /boot/color.4th