- set the cursor shape depending on the current font height
[vgabios.git] / ChangeLog
blob685055d66a35a9c6a57d593525d9fa9be2210464
1 vgabios-????
2   - "Jeroen Janssen" <japj@darius.demon.nl>
3     . Forced to new DISPI (0xb0c1) interface (requires latest bochs vbe code)
4     . Added multibuffering support
5     . Added new DISPI interface for: virt width, height, x offset, y offset
6     . Added LFB modes (to be used with the vbe-lfb patch in bochs)
7       see VBE_HAVE_LFB in vbe.c (currently default enabled)
8     . updated TODO & docs for changes after bochs 1.4
10 vgabios-0.3a 
11   - "Christophe Bothamy" <cbothamy@free.fr>: Mar 10 2002
12     . Fixed bug in function ah=13
13   - "Jeroen Janssen" <japj@darius.demon.nl>
14     . updated vbebios implementation to new api
15     . added vbe_display_api documentation
16     . added 640x400x8, 640x480x8, 800x600x8, 1024x768 (>640x480 needs a special bochs patch atm)
17     . added 320x200x8 vbe support (uses the standard 320x200x8 vga mode to
18       display, this allows for testing & having something on screen as well,
19       at least until bochs host side display is up & running)
20     . adding lfbprof (vbe) testprogram (+some small fixes to it)
21     . merging with vbebios 0.2
23 vgabios-0.2b
24   - "Christophe Bothamy" <cbothamy@free.fr>: Nov 19 2001
25     . Fixed bug in function ah=13
27 vgabios-0.2a
28   - "Christophe Bothamy" <cbothamy@free.fr>: Nov 09 2001
29     . Included bugfix from techt@pikeonline.net about grayscale summing
30     . Added the "IBM" string at org 0x1e as Bart Oldeman suggested
31     . Fixed DS and ES that where inverted in the int10 parameters list!
32     . The following have been implemented :
33         - function ax=1a00, ax=1a01, ah=1b
34         - function ax=1130                
35     . Added debug messages for unimplemented/unknown functions
36       Must be compiled with DEBUG defined. The output is trapped
37       by the unknown-ioport driver of plex/bochs (port 0xfff0 is used)
39 vgabios-0.1a
40   - "Christophe Bothamy" <cbothamy@free.fr>: May 8 2001
41     . First release. The work has been focused only on text mode.
42     . The following have been implemented :
43         - inits
44         - int 10 handler
45         - functions ah=00, ah=01, ah=02, ah=03, ah=05, ah=06, ah=07, ah=08
46           ah=09, ah=0a, ah=0e, ah=0f, ax=1000, ax=1001, ax=1002, ax=1003
47           ax=1007, ax=1008, ax=1009, ax=1010, ax=1012, ax=1013, ax=1015
48           ax=1017, ax=1018, ax=1019, ax=101a, ax=101b, ah=12 bl=10,
49           ah=12 bl=30, ah=12 bl=31, ah=12 bl=32, ah=12 bl=33, ah=12 bl=34
50           ah=13