|
|
|
|
|
by eschaton
1060 days ago
|
|
Open Firmware can boot an ELF image obtained in a variety of ways, and supply the booted image with both arguments and a device tree, it doesn’t need to do more to boot an OS. It can also be extended straightforwardly to provide boot security/attestation. As for “solving” the “blob “problem,”” it provides a reasonable architecture for implementing drivers that are both platform- and architecture-independent; an OS can even choose to just use the drivers supplied by the firmware, by providing an equivalent environment. In other words, it essentially solves the “How should an arbitrary system boot and pass control to an operating system, including how to interact with arbitrary devices?” problem. What more does anyone need? |
|