Map the VRAM and Video ROM/System ROM seperately.
[v86d.git] / ChangeLog
blob5edc8a7060973411990f503fc4517ddb7eed654e
1 2008-07-26 * 0.1.6
3 - Add support for BSWAP and CPUID in x86emu.
4 - Add support for SMSW and fix a bug in INS/OUTS
5   (patch by Mark Karpeles <mark@hell.ne.jp>).
6 - Properly map the BIOS and Video BIOS memory
7   segments.  Try to find and map the EBDA (x86emu).
9 2008-07-16 * 0.1.5.2
11 - Fix compatibility with NX and PaX.
13 2008-07-15 * 0.1.5.1
15 - Make LRMI compile with 2.6.26 kernel headers.
17 2008-05-01 * 0.1.5
19 - Don't map memory beyond 0x10000 (this fixes the problem with
20   devmem_is_allowed() denying access to /dev/mem in recent kernels).
22 2008-04-19 * 0.1.4
24 - Fix error handling in the case of a failed v86 memory allocation.
26 2007-12-03 * 0.1.3
28 - Fix the VBE Info Block retrieval from the Video ROM.
30 2007-11-04 * 0.1.2
32 - Info display formatting changes in testvbe.
33 - Add the '--with-debug' configure option.
35 2007-10-22 * 0.1.1
37 - LRMI bugfix: map the IVTBDA as shared memory.
38 - Update testvbe to display basic information about the Video BIOS.
40 2007-09-04 * 0.1
42 - No changes since 0.1-rc5.
44 2007-08-07 * 0.1-rc5
46 - Change the v86 memory access functions so that they no longer require
47   mapping files into the first 1 MB of the address space.