This patch adds the spin word to the dictionary. It is used by bootx during startup to boot Mac OS X.
---
arch/ppc/ppc.fs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/ppc/ppc.fs b/arch/ppc/ppc.fs
index ae1f640..830b61a 100644
--- a/arch/ppc/ppc.fs
+++ b/arch/ppc/ppc.fs
@@ -45,3 +45,7 @@
0 value %sprg1
0 value %sprg2
0 value %sprg3
+
+
+\ Set by bootx during startup
+defer spin
--
1.7.5.4