Add note to implement FSXAVE

This commit is contained in:
Justin C. Miller
2018-05-21 01:05:38 -07:00
parent e187679f93
commit 757bc21550

View File

@@ -12,6 +12,8 @@
`write_ready()` `write_ready()`
- Split out more code into kutil for testing - Split out more code into kutil for testing
- AHCI / MSI interrupts on Vbox break? - AHCI / MSI interrupts on Vbox break?
- FXSAVE to save XMM registers.
- optimization using #NM (0x7) to detect SSE usage
- Device Tree - Device Tree
@@ -22,4 +24,3 @@
- Multiprocessing - Multiprocessing
- Processes in Ring 3 - Processes in Ring 3
- Stack tracer - Stack tracer
- build system upgrade (CMake / Waf / etc)