aboutsummaryrefslogtreecommitdiffstats
path: root/int10
Commit message (Collapse)AuthorAgeFilesLines
* monitor-get-edid-using-vbe:Anssi Hannula2010-01-0213-3432/+0
| | | | | | | | | o remove all x86emu and vga softbootloader code, and always use the LRMI interface which was previously the backup one on 32-bit x86; libx86 is now used instead of liblrmi, allowing the use of LRMI interface on non-x86 hosts as well (fixes Mandriva bug #53866, which was caused by a bug in the removed code)
* monitor-get-edid-using-vbe:Anssi Hannula2009-09-061-1/+1
| | | | | | update x86emu from xserver git (fixes issues at least with newish NVIDIA cards)
* remove dead codeGwenolé Beauchesne2006-08-312-10/+2
|
* - Merge in newer code. Mostly factorisation for mapped readsGwenolé Beauchesne2006-08-313-145/+190
| | | | | | | - Ignore VBIOS CRC check failures to be in-line with older LRMI-based code - Use CPU emulator when CRC check fail to be on the safe side - Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu
* Make it build as -m32 on x86_64 (no obsolete <sys/vm86.h>) and vm86_struct.hGwenolé Beauchesne2006-08-312-8/+0
| | | | | definitions are correct anyway.
* VGA softbootloader for Linux, uses an x86 CPU emulator on non x86 arches ↵Pascal Rigaux2005-02-2313-0/+3403
(from gbeauchesne) (was in gi/tools/ddcprobe)