* [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS)
@ 2010-01-07 16:31 Stefan Weil
2010-01-07 17:27 ` Gleb Natapov
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Weil @ 2010-01-07 16:31 UTC (permalink / raw)
To: QEMU Developers
The PC BIOS no longer comes from Bochs.
This patch updates the related entry.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
pc-bios/README | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pc-bios/README b/pc-bios/README
index 1b7a666..f1c9b2f 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -1,4 +1,5 @@
-- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/).
+- SeaBIOS (bios.bin) comes from the coreboot project
+ (http://www.coreboot.org/SeaBIOS).
- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
project (http://www.nongnu.org/vgabios/).
--
1.6.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS)
2010-01-07 16:31 [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS) Stefan Weil
@ 2010-01-07 17:27 ` Gleb Natapov
2010-01-07 18:27 ` Stefan Weil
0 siblings, 1 reply; 4+ messages in thread
From: Gleb Natapov @ 2010-01-07 17:27 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Developers
On Thu, Jan 07, 2010 at 05:31:58PM +0100, Stefan Weil wrote:
> The PC BIOS no longer comes from Bochs.
> This patch updates the related entry.
>
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
> pc-bios/README | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/pc-bios/README b/pc-bios/README
> index 1b7a666..f1c9b2f 100644
> --- a/pc-bios/README
> +++ b/pc-bios/README
> @@ -1,4 +1,5 @@
> -- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/).
> +- SeaBIOS (bios.bin) comes from the coreboot project
> + (http://www.coreboot.org/SeaBIOS).
>
SeaBIOS is not a part of coreboot project AFAIK.
> - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
> project (http://www.nongnu.org/vgabios/).
> --
> 1.6.5
>
>
--
Gleb.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS)
2010-01-07 17:27 ` Gleb Natapov
@ 2010-01-07 18:27 ` Stefan Weil
2010-01-11 19:50 ` Anthony Liguori
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Weil @ 2010-01-07 18:27 UTC (permalink / raw)
To: qemu-devel, gleb
The PC BIOS no longer comes from Bochs.
This patch updates the related entry.
V2 - Modify SeaBIOS description and URL
(Thanks to Gleb Natapov for the hint).
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
pc-bios/README | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pc-bios/README b/pc-bios/README
index 1b7a666..7dfa459 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -1,4 +1,5 @@
-- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/).
+- SeaBIOS (bios.bin) is the successor of pc bios.
+ See http://www.seabios.org/ for more information.
- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
project (http://www.nongnu.org/vgabios/).
--
1.6.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS)
2010-01-07 18:27 ` Stefan Weil
@ 2010-01-11 19:50 ` Anthony Liguori
0 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2010-01-11 19:50 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel, gleb
On 01/07/2010 12:27 PM, Stefan Weil wrote:
> The PC BIOS no longer comes from Bochs.
> This patch updates the related entry.
>
> V2 - Modify SeaBIOS description and URL
> (Thanks to Gleb Natapov for the hint).
>
> Signed-off-by: Stefan Weil<weil@mail.berlios.de>
>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> pc-bios/README | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/pc-bios/README b/pc-bios/README
> index 1b7a666..7dfa459 100644
> --- a/pc-bios/README
> +++ b/pc-bios/README
> @@ -1,4 +1,5 @@
> -- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/).
> +- SeaBIOS (bios.bin) is the successor of pc bios.
> + See http://www.seabios.org/ for more information.
>
> - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
> project (http://www.nongnu.org/vgabios/).
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-11 19:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 16:31 [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS) Stefan Weil
2010-01-07 17:27 ` Gleb Natapov
2010-01-07 18:27 ` Stefan Weil
2010-01-11 19:50 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).