aboutsummaryrefslogtreecommitdiff
path: root/helper-i386.c
AgeCommit message (Expand)Author
2003-09-30new directory structurebellard
2003-08-21faster and more accurate segment handlingbellard
2003-08-20pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard
2003-08-20no error code if hardware interruptbellard
2003-08-10fixed invalid ESP usage (Jon Nall)bellard
2003-08-10soft mmu support - Memory I/O API - synthetize string instructionsbellard
2003-07-29correct CPL support (should fix flat real mode support)bellard
2003-07-27more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard
2003-07-26real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard
2003-07-07dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard
2003-07-01more accurate bcd convert - fixed FPU exceptionsbellard
2003-06-25fixed VM86 support in Virtual Linux - fixed compilation issues with gcc 2.96 ...bellard
2003-06-24more ring 0 operationsbellard
2003-06-21ring 0 opsbellard
2003-06-15fixed float to int overflow bug - added ARM host correct roundings for float ...bellard
2003-06-09more code moved to helpers - sipmplified x86 float constants definitionsbellard
2003-06-05separated helpers from micro operationsbellard