j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
This patch adds the spin word to the dictionary. It is used by bootx during startup to boot Mac OS X.
signed-off-by: John Arbuckle programmingkidx@gmail.com
--- 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
Attachments:
On 30/10/12 11:55, Programmingkid wrote:
This patch adds the spin word to the dictionary. It is used by bootx during startup to boot Mac OS X.
Looks sensible - do you have a reference to the BootX source for this?
ATB,
Mark.