diff options
author | Volker Ruppert <info@vruppert.de> | 2005-07-07 17:23:51 +0000 |
---|---|---|
committer | Volker Ruppert <info@vruppert.de> | 2005-07-07 17:23:51 +0000 |
commit | 0cd4ff6fb24a0ec718e91052b3598ce27d77ad0e (patch) | |
tree | 1a91566cb85ac4d5fc06ac3fa001e8531e70af7e | |
parent | 790ee624287a4d40d069b0b4bcecdaf4a1c535f4 (diff) | |
download | qemu-vgabios-0cd4ff6fb24a0ec718e91052b3598ce27d77ad0e.tar.gz |
- updates for 0.5c release
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-07-02 18:39 vruppert + + * vgabios.c (1.62): + + - BIOS configuration word usually reports initial mode 80x25 color text + - vgabios function 0x0e (write teletype): linefeed (0x0a) only increments the + cursor row value + 2005-05-24 16:50 vruppert * vbe.c (1.47), vgabios.c (1.61): @@ -90,6 +90,12 @@ For any information on qemu, visit the website http://fabrice.bellard.free.fr/qe History ------- +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 increments 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) |