Open Firmware: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (added link to official page)
m (...)
Line 4: Line 4:


For example Debian uses the [http://en.wikipedia.org/wiki/Yaboot YaBoot] BootLoader for OpenFirmware.
For example Debian uses the [http://en.wikipedia.org/wiki/Yaboot YaBoot] BootLoader for OpenFirmware.
== See Also in this Wiki ==


== See also ==
*[[OFW_FAQ|OpenFirmware Frequently Asked Questions]]
* [[OFW_FAQ|OpenFirmware Frequently Asked Questions]]
*[[Forth Lessons]]
* [[Forth Lessons]]


== External Links ==
== External links ==
* [http://en.wikipedia.org/wiki/Open_firmware Open Firmware in Wikipedia]
* [http://en.wikipedia.org/wiki/Open_firmware Open Firmware in Wikipedia]
* [http://www.openfirmware.org/ Official Open Firmware homepage]
* [http://www.openfirmware.org/ Official Open Firmware homepage]



[[Category:Firmware]]
[[Category:Firmware]]

Revision as of 11:46, 24 August 2007

OpenFirmware is a hardware-independent Firmware (computer software which loads the operating system), developed by Mitch Bradley at Sun Microsystems, and used in post-NuBus PowerPC-based Apple Macintosh computers (though it has been dropped with Apple's transition to Intel processors), Sun Microsystems SPARC based workstations and servers, IBM POWER systems, and PegasosPPC systems, among others. On those computers, Open Firmware fulfills the same tasks as BIOS does on PC computers.

It is accessed by a user by a FORTH-based shell interface. FORTH is a powerful high level language.

For example Debian uses the YaBoot BootLoader for OpenFirmware.

See also

External links