j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index 9f4b705..7e299b0 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
On 13/7/24 21:38, 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
README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé philmd@linaro.org Tested-by: Philippe Mathieu-Daudé philmd@linaro.org
On Sat, Jul 13, 2024 at 08:38:13PM +0100, Mark Cave-Ayland wrote:
--- 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
The name is "coreboot", all lower case. On their website they write it that way even when it starts a sentence.
Segher
On 16/07/2024 20:44, Segher Boessenkool wrote:
On Sat, Jul 13, 2024 at 08:38:13PM +0100, Mark Cave-Ayland wrote:
--- 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
The name is "coreboot", all lower case. On their website they write it that way even when it starts a sentence.
Thanks, Segher. I'll send a v2 shortly with the coreboot case fixed.
ATB,
Mark.