aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Bothamy <cbothamy@users.sourceforge.net>2002-03-10 16:20:03 +0000
committerChristophe Bothamy <cbothamy@users.sourceforge.net>2002-03-10 16:20:03 +0000
commitc03ea8b4ea9fc22bbbd2bc5bd06ef40834f079a3 (patch)
tree08be03ec12dddb4c676331a08db8309bd7fc2b82
parentf23a39807ba901fe9b39ece451c0d048c6f21f2c (diff)
downloadvgabios-c03ea8b4ea9fc22bbbd2bc5bd06ef40834f079a3.tar.gz
- updated for 0.3a
-rw-r--r--ChangeLog5
-rw-r--r--TODO14
2 files changed, 8 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 019591f..fd9dac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
-vgabios-0.3a (Not released yet!!)
+vgabios-0.3a
+ - "Christophe Bothamy" <cbothamy@free.fr>: Feb 10 2002
+ . Fixed bug in function ah=13
+ - "Jeroen Janssen" <japj@darius.demon.nl>
. updated vbebios implementation to new api
. added vbe_display_api documentation
. added 640x400x8, 640x480x8, 800x600x8, 1024x768 (>640x480 needs a special bochs patch atm)
diff --git a/TODO b/TODO
index bef2ce0..d2878f8 100644
--- a/TODO
+++ b/TODO
@@ -6,12 +6,12 @@ General
- Add new functionalities and modify static functionality table
- Performance : 16 bits IO
-v0.3
+v0.4
- Implement the remaining functions :
- chargen ax=1100, ax=1101, ax=1102, ax=1103, ax=1104, ax=1110,
ax=1111, ax=1112, ax=1120, ax=1121, ax=1122, ax=1123, ax=1124
-v0.4
+v0.5
- Reimplement the tables so it is compatible with the video save pointer table
- Implement the remaining functions (don't know if all are needed):
- set border ah=0b bh=00, set cga palette ah=0b bh=01,
@@ -19,7 +19,7 @@ v0.4
- video refresh control ah=12 bl=36
- save/restore state ah=1c
-v0.5
+v0.6
- Graphic modes
- Implement the remaining functions :
- read/write graphic pixel ah=0c, ah=0d,
@@ -35,12 +35,6 @@ v2.0
- upload the fonts to the "card" memory
- display fonts from the "card" memory (plex86/bochs vga card needs update)
-v3.0
- - vesa bios (plex86/bochs vga card needs update)
- - frame buffer/SDL display
-
-
-
VBE:
----
Short term:
@@ -49,4 +43,4 @@ Short term:
Long term:
- have plex86 host side display interface
- support more modi
-- have text io functions in vbe mode \ No newline at end of file
+- have text io functions in vbe mode