Statistics
| Branch: | Revision:

root / TODO @ 9de5e440

History | View | Annotate | Download (488 Bytes)

1 1b6b029e bellard
- optimize translated cache chaining (DLL PLT-like system)
2 9de5e440 bellard
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit issues)
3 9de5e440 bellard
- finish signal handing (fp87 state, more siginfo conversions)
4 9de5e440 bellard
- verify thread support (clone() and various locks)
5 1b6b029e bellard
- vm86 syscall support
6 1b6b029e bellard
- overrides/16bit for string ops
7 367e86e8 bellard
- make it self runnable (use same trick as ld.so : include its own relocator and libc)
8 dc99065b bellard
- improved 16 bit support 
9 77f8dd5a bellard
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)