ARM: add todo note about VM implementation

Signed-off-by: Ithamar R. Adema <ithamar@upgrade-android.com>
This commit is contained in:
Ithamar R. Adema 2012-11-13 12:12:23 +01:00
parent 1df5784a22
commit 6645e68bb0

View File

@ -1,4 +1,6 @@
* Figure out how to get page flags (modified/accessed) and implement it ;)
use unmapped/read-only mappings to trigger soft faults
for tracking used/modified flags for ARMv5 and ARMv6
* Fix serial port mapping. Currently kernel uses the haiku_loader identity
mapping for it, but this lives in user virtual address space...