Author: wmb Date: 2007-07-05 19:07:58 +0200 (Thu, 05 Jul 2007) New Revision: 454
Modified: cpu/x86/kernel.bth Log: Cleaned out some unused cruft that was already commented-out.
Modified: cpu/x86/kernel.bth =================================================================== --- cpu/x86/kernel.bth 2007-06-26 17:17:25 UTC (rev 453) +++ cpu/x86/kernel.bth 2007-07-05 17:07:58 UTC (rev 454) @@ -4,8 +4,6 @@ command: &builder &this build-now
-\ Copyright 1994 FirmWorks All Rights Reserved. - \ [ifdef] use-postfix-assembler \ use-postfix-assembler \ ' 386-assembler >link fence a! @@ -39,19 +37,9 @@ "" loadkern.fth last-filename "copy [then]
-: lconstant constant ; -\needs lbsplit fload ${BP}/forth/lib/split.fth -\needs bitset fload ${BP}/forth/lib/bitops.fth -\ \needs name>string : name>string count ; -\ \needs id: alias id: \ -\ \needs purpose: alias purpose: \ -\ \needs copyright: alias copyright: \ -\ \needs round-up : round-up ( a b -- a' ) 1- tuck + swap not and ; - : resident ;
fload ${BP}/forth/kernel/conft32.fth - fload ${BP}/forth/kernel/meta1.fth
only forth also meta also definitions @@ -69,6 +57,7 @@ fload ${BP}/forth/kernel/forward.fth fload ${BP}/cpu/x86/fixvoc.fth fload ${BP}/forth/kernel/metacompile.fth + fload ${BP}/cpu/x86/metarel.fth
only forth meta also forth also definitions