TODO 538 字节
Newer Older
B
bellard 已提交
1 2 3
- asynchronous signal interrupt / clear synchronous signal handling
- add eflags restore in emulator
- finish signal handing (fp87 state)
B
bellard 已提交
4 5 6 7 8
- verify thread support (clone() and various locks)
- optimize translated cache chaining (DLL PLT-like system)
- vm86 syscall support
- overrides/16bit for string ops
- more syscalls (in particular all 64 bit ones)
B
bellard 已提交
9
- make it self runnable (use same trick as ld.so : include its own relocator and libc)
B
bellard 已提交
10
- improved 16 bit support 
B
bellard 已提交
11
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)