[quote]Originally posted by ThinkingDifferent:
<strong>Why don't you create your own commands?? Isn't OF a FORTH based environment??</strong><hr></blockquote>
Yes, it's a FORTH environment. There's plenty of info at Apple's developer site. Just go to developer.apple.com and search for open firmware.
[quote]Originally posted by The All Knowing 1:
<strong>
set-defaults
It should go with 2 others...like this:
reset-nvram
set-defaults
reset-all
From what I hear...but good thread idea!
BTW this is my 100th post! PARTY TIME!

</strong><hr></blockquote>
reset-nvram = resets the nvram to it's default values, which can also be reset by zapping the PRAM
set-defaults = sets all configuration variables (including nvram) to their defaults, which can also be done by zapping the PRAM
reset-all = resets the target computer, which can also be reset by zapping the PRAM
Therefore, zap your PRAM instead!
For a complete listing of open firmware commands, try here: <a href="
http://www.firmworks.com/QuickRef.html" target="_blank">
http://www.firmworks.com/QuickRef.html</a>