From 455c2f22f3f63597239ecbda9abe1b5d034ecf86 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 21 May 2017 22:20:18 +0100 Subject: [PATCH] v68-banked: updated README Bring a bit more into line with the code status --- Kernel/platform-v68-banked/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-v68-banked/README b/Kernel/platform-v68-banked/README index fcd8aede..431926e1 100644 --- a/Kernel/platform-v68-banked/README +++ b/Kernel/platform-v68-banked/README @@ -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 -- 2.34.1