aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-10m68k host port (Richard Zidlicky)bellard
2003-08-10added VGA emulation - added PS/2 mouse and keyboard emulation - use SDL for V...bellard
2003-08-10soft mmu supportbellard
2003-08-10soft mmu support - Memory I/O API - synthetize string instructionsbellard
2003-08-10soft mmu support - moved unrelated code to help2-i386.c - synthetize string i...bellard
2003-08-10build all targets at the same timebellard
2003-08-10use bswap.hbellard
2003-08-10build all targets at the same time - SDL probe supportbellard
2003-08-10soft mmu supportbellard
2003-08-09SDL support for VGA, keyboard and mousebellard
2003-08-08Software MMU support (used for memory mapped devices such as VGA)bellard
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard
2003-07-29correct CPL support (should fix flat real mode support)bellard
2003-07-29first part of single stepping supportbellard
2003-07-27refresh clock dummy emulation (netbsd boot fix)bellard
2003-07-27more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard
2003-07-26fixed ss segment load - added ICEBP instructionbellard
2003-07-26keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard
2003-07-26set to protected modebellard
2003-07-26removed debugbellard
2003-07-26real mode supportbellard
2003-07-26popw (%esp) test)bellard
2003-07-26real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard
2003-07-26gdb stub breakpoints supportbellard
2003-07-13updatebellard
2003-07-13updatev0.4.3bellard
2003-07-13debug printbellard
2003-07-13convert signal numbersbellard
2003-07-13times() fixbellard
2003-07-13gcc 3.2.2 bug workaround (RedHat 9 fix)bellard
2003-07-13sparc fixbellard
2003-07-13address printing fixbellard
2003-07-13RedHat 9 fixbellard
2003-07-11changed basic block exit generationbellard
2003-07-11added nop test for exceptionbellard
2003-07-11fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_us...bellard
2003-07-09added return for ARM case (may be incorrect - need checking)bellard
2003-07-09ARM signal supportbellard
2003-07-09ARM fixesbellard
2003-07-09ARM init fixbellard
2003-07-09ARM fix: mmapbellard
2003-07-09ARM fixesbellard
2003-07-09old select supportbellard
2003-07-07updatev0.4.2bellard
2003-07-07dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard
2003-07-06added disk image helpbellard
2003-07-06added user mode Linux Copy On Write disk image support - added -snapshot supp...bellard
2003-07-04added IDE WIN_READ_NATIVE_MAX command (2.5.xx fix) - added support for proper...bellard