diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2001-05-17 04:34:02 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2001-05-17 04:34:02 +0000 |
| commit | fa4fd1324a8e18df75c63db8768ecd42654e7f28 (patch) | |
| tree | 08a267bf275579d9f864a73c782461e9f471b464 /sys/boot/forth/loader.4th | |
| parent | 64867478d87fb92388bbaed77b2ce854ab89db89 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.4th')
| -rw-r--r-- | sys/boot/forth/loader.4th | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index f002c0774e82..f4d7666d2c24 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 |
