summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-04 03:41:09 +0000
committermsmith <msmith@FreeBSD.org>1998-11-04 03:41:09 +0000
commitb5e4ddf831c7992e5bd3fe436cf5e735d84f18c3 (patch)
tree33ce55d54154d63a4308bcb47a735be9a63f8227 /sys/boot/common
parentb3dd93fa15d83788695bac872c8913e45718dfed (diff)
downloadFreeBSD-src-b5e4ddf831c7992e5bd3fe436cf5e735d84f18c3.zip
FreeBSD-src-b5e4ddf831c7992e5bd3fe436cf5e735d84f18c3.tar.gz
Use a smaller default dictionary to waste less space.
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/interp_forth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c
index 0e0c616..cdc71ea 100644
--- a/sys/boot/common/interp_forth.c
+++ b/sys/boot/common/interp_forth.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: interp_forth.c,v 1.1 1998/11/04 00:29:01 msmith Exp $
*/
#include <stand.h>
@@ -90,7 +90,7 @@ bf_init(void)
{
struct bootblk_command **cmdp;
- ficlInitSystem(10000); /* XXX what's the argument here? */
+ ficlInitSystem(3000); /* Default dictionary ~2000 cells */
bf_vm = ficlNewVM();
/* make all commands appear as Forth words */
OpenPOWER on IntegriCloud