Subject: Re: Can someone explain Open Firmware ELF errors to me?
To: None <mw@blobulent.com>
From: Dan Winship <danw@helixcode.com>
List: port-macppc
Date: 10/12/2000 16:34:07
> Why?  Why do I get a CLAIM failed?  Why are they "unrecognized"?

"CLAIM failed" is OF-speak for "malloc returned NULL". If you did one
thing that didn't work, and then you did another and it returned
"CLAIM failed", it might just mean that you should have reset in
between.

-- Dan