v68-banked: updated README
authorAlan Cox <alan@linux.intel.com>
Sun, 21 May 2017 21:20:18 +0000 (22:20 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 21 May 2017 21:20:18 +0000 (22:20 +0100)
Bring a bit more into line with the code status

Kernel/platform-v68-banked/README

index fcd8aed..431926e 100644 (file)
@@ -9,9 +9,11 @@ faster task switch if we kept udata banks all in the kernel and moved a5
 
 We simulate 4 banks of 128K plus swap.
 
-TODO
+The current model this uses only makes sense for small memory sizes. If you
+have lots of memory then we need a much smarter swap algorithm that does real
+allocation and we also need to avoid copying empty zones we can zero.
 
-- Debug swap (swap out works, swap in fails)
+TODO
 
 - Make bankfixed support only writing out used areas of memory