summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2001-05-17 04:34:02 +0000
committerdcs <dcs@FreeBSD.org>2001-05-17 04:34:02 +0000
commit9a2404aa1f29493c17a310b6aff2e2cf01242433 (patch)
tree3c10aa051c6aee587c2fe51ecb2d57f68deefdf9 /sys
parent859d222e45d7e16591dd2e9e0743557d90208a72 (diff)
downloadFreeBSD-src-9a2404aa1f29493c17a310b6aff2e2cf01242433.zip
FreeBSD-src-9a2404aa1f29493c17a310b6aff2e2cf01242433.tar.gz
Allocate more memory if necessary.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/forth/loader.4th3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th
index f002c07..f4d7666 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
OpenPOWER on IntegriCloud