summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updatedbellard2003-08-111-0/+13
* m68k host port (Richard Zidlicky)bellard2003-08-118-2/+293
* added VGA emulation - added PS/2 mouse and keyboard emulation - use SDL for V...bellard2003-08-102-120/+454
* soft mmu supportbellard2003-08-101-6/+23
* soft mmu support - Memory I/O API - synthetize string instructionsbellard2003-08-1010-234/+351
* soft mmu support - moved unrelated code to help2-i386.c - synthetize string i...bellard2003-08-101-415/+375Star
* build all targets at the same timebellard2003-08-103-182/+223
* use bswap.hbellard2003-08-103-82/+8Star
* build all targets at the same time - SDL probe supportbellard2003-08-101-87/+130
* soft mmu supportbellard2003-08-104-0/+579
* SDL support for VGA, keyboard and mousebellard2003-08-091-0/+275
* Software MMU support (used for memory mapped devices such as VGA)bellard2003-08-092-0/+352
* Full VGA support, including old CGA modes, VGA planar and mode Xbellard2003-08-092-81/+340
* fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard2003-08-062-32/+38
* Hardware level VGA emulation (only text mode is tested)bellard2003-08-052-0/+1530
* correct CPL support (should fix flat real mode support)bellard2003-07-294-31/+27Star
* first part of single stepping supportbellard2003-07-293-1/+35
* refresh clock dummy emulation (netbsd boot fix)bellard2003-07-281-1/+4
* more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard2003-07-274-100/+348
* fixed ss segment load - added ICEBP instructionbellard2003-07-261-3/+7
* keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard2003-07-261-92/+605
* set to protected modebellard2003-07-261-0/+2
* removed debugbellard2003-07-261-1/+1
* real mode supportbellard2003-07-261-9/+7Star
* popw (%esp) test)bellard2003-07-261-0/+5
* real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard2003-07-263-19/+78
* gdb stub breakpoints supportbellard2003-07-2611-25/+151
* updatebellard2003-07-141-1/+1
* updatebellard2003-07-144-5/+13
* debug printbellard2003-07-131-3/+4
* convert signal numbersbellard2003-07-131-11/+99
* times() fixbellard2003-07-132-6/+27
* gcc 3.2.2 bug workaround (RedHat 9 fix)bellard2003-07-131-0/+6
* sparc fixbellard2003-07-132-2/+3
* address printing fixbellard2003-07-131-2/+2
* RedHat 9 fixbellard2003-07-131-2/+7
* changed basic block exit generationbellard2003-07-118-38/+44
* added nop test for exceptionbellard2003-07-111-0/+2
* fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_us...bellard2003-07-112-5/+5
* added return for ARM case (may be incorrect - need checking)bellard2003-07-091-0/+1
* ARM signal supportbellard2003-07-093-40/+449
* ARM fixesbellard2003-07-091-7/+4Star
* ARM init fixbellard2003-07-091-16/+16
* ARM fix: mmapbellard2003-07-091-6/+7
* ARM fixesbellard2003-07-094-58/+209
* old select supportbellard2003-07-092-1/+17
* updatebellard2003-07-078-54/+104
* dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard2003-07-077-5/+117
* added disk image helpbellard2003-07-061-9/+82
* added user mode Linux Copy On Write disk image support - added -snapshot supp...bellard2003-07-065-44/+442