Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


0b83ed099255ef974666adbb63d172d5107579de
[palacios.git] / palacios / src / vmboot / vgabios / TODO
1 Short term :
2 ------------
3
4 General
5   - Fix init mode (ah=00). Should use more BIOS variables
6   - Add new functionalities and modify static functionality table 
7   - Performance : 16 bits IO
8
9 v0.6
10   - Reimplement the tables so it is compatible with the video save pointer table
11   - Implement the remaining functions (don't know if all are needed):
12         - chargen ax=1120, ax=1121, ax=1122, ax=1123, ax=1124
13         - display switch interface ah=12 bl=35
14         - video refresh control ah=12 bl=36
15         - save/restore state ah=1c
16   - Graphic modes
17
18 v1.0
19   - Bugfixes
20
21
22 =================================================================================================
23 VBE:
24 ----
25 Long term:
26 - have plex86 host side display interface
27 - have text io functions in vbe mode
28