On 06/09/2024 22:28, Mark Cave-Ayland wrote:
The linuxbios.org website does not exist anymore, so point the reader towards coreboot.org instead.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk Resolves: https://github.com/openbios/openbios/issues/17 Reviewed-by: Philippe Mathieu-Daudé philmd@linaro.org Tested-by: Philippe Mathieu-Daudé philmd@linaro.org
README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
v2:
- Add R-B and T-B tags from Phil
- Replace Coreboot with coreboot as indicated by Segher
diff --git a/README b/README index 9f4b705..bf7684a 100644 --- a/README +++ b/README @@ -17,8 +17,8 @@ kernel and three interfaces for user interaction, device initialization and client (operating system) control.
While far not all possible applications of OpenBIOS are implemented yet, -a lot of functionality is already there. OpenBIOS can be used to enhance -LinuxBIOS (http://www.linuxbios.org), or be booted from any multiboot +a lot of functionality is already there. OpenBIOS can be used as a payload +for coreboot (http://www.coreboot.org), or be booted from any multiboot capable bootloader to bring Open Firmware to your machine. OpenBIOS can also be used when an operating system is already running. It provides the needed OpenFirmware functionality to MOL (MacOnLinux) to boot MacOS
Applied to master.
ATB,
Mark.