From 9a2404aa1f29493c17a310b6aff2e2cf01242433 Mon Sep 17 00:00:00 2001 From: dcs Date: Thu, 17 May 2001 04:34:02 +0000 Subject: [PATCH] Allocate more memory if necessary. --- sys/boot/forth/loader.4th | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index f002c0774e8..f4d7666d2c2 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -48,6 +48,9 @@ s" arch-i386" environment? [if] [if] [then] [then] [then] +256 dictthreshold ! \ 256 cells minimum free space +2048 dictincrease ! \ 2048 additional cells each time + include /boot/support.4th \ ***** boot-conf -- 2.45.2