From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqbI9-0008C9-5T for qemu-devel@nongnu.org; Thu, 07 Jul 2005 14:40:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqbI6-0008BV-HF for qemu-devel@nongnu.org; Thu, 07 Jul 2005 14:40:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqbDu-0006PF-B1 for qemu-devel@nongnu.org; Thu, 07 Jul 2005 14:35:46 -0400 Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dqajv-0002gG-1M for qemu-devel@nongnu.org; Thu, 07 Jul 2005 14:04:47 -0400 From: Volker Ruppert Date: Thu, 7 Jul 2005 20:01:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507072001.27913.info@vruppert.de> Subject: [Qemu-devel] LGPL'd VGABIOS version 0.5c released Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, The bugfix release 0.5c of the LGPL'd VGABIOS is now available for download. Here is a list of all changes in the 0.5 releases: vgabios-0.5c : Jul 07 2005 - Volker . BIOS configuration word usually reports initial mode 80x25 color text . vgabios function 0x0e (write teletype): linefeed (0x0a) only increment the cursor row value vgabios-0.5b : May 24 2005 - Volker . fixed return value for the default case in the VBE section (non-debug mode) . removed unused stuff vgabios-0.5a : Mar 07 2005 - Volker . Cirrus SVGA extension (initial patches from Makoto Suzuki, improvements from Fabrice Bellard) . vgabios image size is now exactly 32k with a checksum . a lot of vgabios and vbe functions rewritten in assembler . dynamicly generated VBE mode info list . write character function for CGA and LINEAR8 modes . read/write graphics pixel for some graphics modes . text scroll feature for some graphics modes . VBE 8-bit DAC support -- Bye Volker