summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--TODO11
2 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index efec671b7b..401776a4ec 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ install: all
done
# various test targets
-test speed: all
+test speed test2: all
make -C tests $@
TAGS:
diff --git a/TODO b/TODO
index fece491bcb..da07daae00 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,17 @@
+- user/kernel PUSHL/POPL in helper.c
+- keyboard output buffer filling timing emulation
+- verify tb_flush() with a20 and TLBs
+
+- cmos clock update and timers
+- test ldt limit < 7 ?
- tests for each target CPU
-- ppc qemu test
- optimize FPU operations (evaluate x87 stack pointer statically) and
fix cr0.TS emulation
-- fix some 16 bit sp push/pop overflow
+- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
- sysenter/sysexit emulation
-- finish segment ops (call far, ret far, load_seg suppressed)
- fix CCOP optimisation
- fix all remaining thread lock issues (must put TBs in a specific invalid
state, find a solution for tb_flush()).
-- cpu loop optimisation (optimise ret case as the cpu state does not change)
- fix arm fpu rounding (at least for float->integer conversions)
lower priority: