SLOF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
The SLOF source code provides illustrates what's needed to initialize and boot Linux or a hypervisor on the industry Open Firmware boot standard. | The SLOF source code provides illustrates what's needed to initialize and boot Linux or a hypervisor on the industry Open Firmware boot standard. | ||
The | The link below offers: | ||
* Documentation | * Documentation | ||
Line 9: | Line 9: | ||
* Low Level Firmware for IBM's JS20 (closed source) | * Low Level Firmware for IBM's JS20 (closed source) | ||
* https://github.com/aik/SLOF/ | |||
* | |||
Revision as of 08:51, 13 February 2017
Slimline Open Firmware (SLOF) is initialization and boot source code based on the IEEE-1275 (Open Firmware) standard, developed by engineers of the IBM Corporation.
The SLOF source code provides illustrates what's needed to initialize and boot Linux or a hypervisor on the industry Open Firmware boot standard.
The link below offers:
- Documentation
- Pseudo Open Firmware for prototyping, test, and debug
- Low Level Firmware for IBM's JS20 (closed source)