| Submitter | Stefan Weil |
|---|---|
| Date | Jan. 7, 2010, 4:31 p.m. |
| Message ID | <1262881918-16533-1-git-send-email-weil@mail.berlios.de> |
| Download | mbox | patch |
| Permalink | /patch/42444/ |
| State | New |
| Headers | show |
Comments
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.
Patch
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/).
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(-)