From: Alan Cox Date: Thu, 2 Feb 2017 14:32:08 +0000 (+0000) Subject: simple: add a TODO note X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d73fe66af2da6eeac1aa1f339b84077a237de66a;p=FUZIX.git simple: add a TODO note --- diff --git a/Kernel/simple.c b/Kernel/simple.c index d3cd6949..014a4e5c 100644 --- a/Kernel/simple.c +++ b/Kernel/simple.c @@ -12,6 +12,13 @@ * CONFIG_SWAP_ONLY * * Zero is used as swapped, 1 is used as in memory. + * + * TODO: + * Write a simple-big module for systems like 68000 where it may be worth + * writing out only the used areas of memory and fast zeroing the rest + * on switches. It makes no sense to support it here because to do that + * well we want to support a simple first fit allocator for swap ranges + * so our swap isn't huge and empty. */ #include