summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Ruppert <info@vruppert.de>2005-07-07 17:23:51 +0000
committerVolker Ruppert <info@vruppert.de>2005-07-07 17:23:51 +0000
commit0cd4ff6fb24a0ec718e91052b3598ce27d77ad0e (patch)
tree1a91566cb85ac4d5fc06ac3fa001e8531e70af7e
parent790ee624287a4d40d069b0b4bcecdaf4a1c535f4 (diff)
- updates for 0.5c release
-rw-r--r--ChangeLog8
-rw-r--r--README6
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08711f0..629ddc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/README b/README
index 69462d9..a2884a1 100644
--- a/README
+++ b/README
@@ -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)