--- gforth/machpc.fs.in 2007/12/31 18:40:24 1.20 +++ gforth/machpc.fs.in 2012/07/15 12:03:07 1.30 @@ -1,7 +1,7 @@ \ machpc.fs is generated; source: machpc.fs.in \ generic mach file for pc gforth 03sep97jaw -\ Copyright (C) 1995,1996,1997,2000,2003,2005,2007 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,2000,2003,2005,2007,2008,2010,2011 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -29,12 +29,6 @@ true DefaultValue file \ controls the p \ file access wordset true DefaultValue OS \ flag to indicate a operating system -@FFCALLFLAG@ DefaultValue ffcall \ Foreign Function Calls - -@LIBFFIFLAG@ DefaultValue libffi \ Foreign Function Calls - -@OLDCALLFLAG@ DefaultValue oldcall \ old Foreign Function Calls - true DefaultValue prims \ true: primitives are c-code true DefaultValue floating \ floating point wordset is present @@ -64,6 +58,10 @@ false DefaultValue control-rack \ disabl false DefaultValue crlf +true DefaultValue recognizer + +true DefaultValue objects + $100 DefaultValue kernel-start cell 2 = [IF] &32 KB [ELSE] $100000 cells [THEN] DefaultValue kernel-size @@ -115,9 +113,13 @@ true DefaultValue control-rack \ disabl false DefaultValue crlf -true DefaultValue flash +false DefaultValue recognizer + +false DefaultValue flash + +false DefaultValue objects -$0 DefaultValue kernel-start \ no artificial offset +$10 DefaultValue kernel-start \ no artificial offset &48 KB DefaultValue kernel-size &1 KB DefaultValue stack-size @@ -125,3 +127,5 @@ $0 DefaultValue kernel-start \ no arti &1 KB DefaultValue rstack-size &1 KB DefaultValue lstack-size [THEN] + +T cell H 8 = DefaultValue 64bit