* [Qemu-devel] LGPL'd VGABIOS version 0.5c released
@ 2005-07-07 18:01 Volker Ruppert
2005-07-07 18:53 ` Christian MICHON
0 siblings, 1 reply; 5+ messages in thread
From: Volker Ruppert @ 2005-07-07 18:01 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] LGPL'd VGABIOS version 0.5c released
2005-07-07 18:01 [Qemu-devel] LGPL'd VGABIOS version 0.5c released Volker Ruppert
@ 2005-07-07 18:53 ` Christian MICHON
2005-07-07 21:59 ` Volker Ruppert
0 siblings, 1 reply; 5+ messages in thread
From: Christian MICHON @ 2005-07-07 18:53 UTC (permalink / raw)
To: qemu-devel
where do we download it from ?
I tried to google but it all brings me back to bochs.
And it's an old version.
Christian
On 7/7/05, Volker Ruppert <info@vruppert.de> wrote:
> 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
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
--
Christian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] LGPL'd VGABIOS version 0.5c released
2005-07-07 18:53 ` Christian MICHON
@ 2005-07-07 21:59 ` Volker Ruppert
2005-07-07 22:08 ` Hetz Ben Hamo
2005-07-08 7:49 ` Christian MICHON
0 siblings, 2 replies; 5+ messages in thread
From: Volker Ruppert @ 2005-07-07 21:59 UTC (permalink / raw)
To: qemu-devel, Christian MICHON
Hi,
> where do we download it from ?
> I tried to google but it all brings me back to bochs.
> And it's an old version.
Oops, I forgot to add the download link:
http://savannah.nongnu.org/download/vgabios/
--
Bye
Volker
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] LGPL'd VGABIOS version 0.5c released
2005-07-07 21:59 ` Volker Ruppert
@ 2005-07-07 22:08 ` Hetz Ben Hamo
2005-07-08 7:49 ` Christian MICHON
1 sibling, 0 replies; 5+ messages in thread
From: Hetz Ben Hamo @ 2005-07-07 22:08 UTC (permalink / raw)
To: qemu-devel
Fabrice, Christian..
Any chance that this VGABIOS can be merged to the QEMU CVS?
(Fabrice, you're already committing stuff right now <grin>)
Hetz
On 7/7/05, Volker Ruppert <info@vruppert.de> wrote:
> Hi,
>
> > where do we download it from ?
> > I tried to google but it all brings me back to bochs.
> > And it's an old version.
>
> Oops, I forgot to add the download link:
>
> http://savannah.nongnu.org/download/vgabios/
>
> --
> Bye
>
> Volker
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] LGPL'd VGABIOS version 0.5c released
2005-07-07 21:59 ` Volker Ruppert
2005-07-07 22:08 ` Hetz Ben Hamo
@ 2005-07-08 7:49 ` Christian MICHON
1 sibling, 0 replies; 5+ messages in thread
From: Christian MICHON @ 2005-07-08 7:49 UTC (permalink / raw)
To: Volker Ruppert; +Cc: qemu-devel
ok,
added to my bookmarks :)
I tried it directly: works fine with framebuffer on linux guests.
Christian
On 7/7/05, Volker Ruppert <info@vruppert.de> wrote:
> Hi,
>
> > where do we download it from ?
> > I tried to google but it all brings me back to bochs.
> > And it's an old version.
>
> Oops, I forgot to add the download link:
>
> http://savannah.nongnu.org/download/vgabios/
>
> --
> Bye
>
> Volker
>
--
Christian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-07-08 8:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07 18:01 [Qemu-devel] LGPL'd VGABIOS version 0.5c released Volker Ruppert
2005-07-07 18:53 ` Christian MICHON
2005-07-07 21:59 ` Volker Ruppert
2005-07-07 22:08 ` Hetz Ben Hamo
2005-07-08 7:49 ` Christian MICHON
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).