From patchwork Thu Jan 7 18:27:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 42449 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 25991B6EEB for ; Fri, 8 Jan 2010 05:30:44 +1100 (EST) Received: from localhost ([127.0.0.1]:41296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSx85-0007FF-Vz for incoming@patchwork.ozlabs.org; Thu, 07 Jan 2010 13:30:42 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSx5T-0004SK-6s for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:27:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSx5O-0004Lk-Dr for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:27:58 -0500 Received: from [199.232.76.173] (port=36094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSx5O-0004LX-8o for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:27:54 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:49566) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSx5N-0004fA-If for qemu-devel@nongnu.org; Thu, 07 Jan 2010 13:27:54 -0500 Received: from flocke.weilnetz.de (p54ADFE0C.dip.t-dialin.net [84.173.254.12]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0LZlbI-1OC9j12OM8-00m5TE; Thu, 07 Jan 2010 19:27:51 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.71) (envelope-from ) id 1NSx5K-0006M2-N1; Thu, 07 Jan 2010 19:27:50 +0100 From: Stefan Weil To: qemu-devel@nongnu.org, gleb@redhat.com Date: Thu, 7 Jan 2010 19:27:49 +0100 Message-Id: <1262888869-24382-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.6.5 In-Reply-To: <20100107172723.GC4537@redhat.com> References: <20100107172723.GC4537@redhat.com> X-Provags-ID: V01U2FsdGVkX19K7WXzCCWznGjhcxdVHzIgXacoz5OuikNNtz/ 2MOJvqDScmMJ4ry+WBkq1m22XVoIXjlDEOycLws4hdq8Yso047 qOJnHo74CkN3PCM8jPj9FCUTqZIfef1hWLKQztKa3qqmOSlV8h 8LA== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 --- 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/).