zx128: note bank changes needed
authorAlan Cox <alan@linux.intel.com>
Thu, 12 Feb 2015 01:53:45 +0000 (01:53 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 12 Feb 2015 01:53:45 +0000 (01:53 +0000)
Kernel/platform-zx128/bankzx128.c

index d31b6b8..ef5b320 100644 (file)
@@ -6,7 +6,9 @@
 /* This is copied version of bankfixed.c
    The only difference is pagemap_realloc function.
    Since we have PROGBASE at 0xC000, pagemap_realloc
-   returned ENOMEM even when 0 bytes were requested */
+   returned ENOMEM even when 0 bytes were requested
+
+   FIXME: need to redo this in pairs and add swap */
 
 /* Kernel is 0, apps 1,2,3 etc */
 static unsigned char pfree[MAX_MAPS];