This patch is a replacement for the last spin patch. The spin word has been moved to another file because of compilation issues.
The spin word is set by bootx when Mac OS X is booting.
signed-off-by: John Arbuckle programmingkidx@gmail.com
Index: trunk/openbios-devel/forth/system/main.fs =================================================================== --- trunk/openbios-devel/forth/system/main.fs (revision 1067) +++ trunk/openbios-devel/forth/system/main.fs (working copy) @@ -58,3 +58,6 @@
outer-interpreter ; + +\ Set by Bootx when booting Mac OS X +defer spin \ No newline at end of file