From: Alan Cox Date: Sun, 26 Apr 2015 21:51:49 +0000 (+0100) Subject: nc100: Set CONFIG_LEGACY_EXEC for now X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9c273e8560e96abe65f300e04f4ed9e5cda88c27;p=FUZIX.git nc100: Set CONFIG_LEGACY_EXEC for now The fixes in rd_memcpy need thought --- diff --git a/Kernel/platform-nc100/config.h b/Kernel/platform-nc100/config.h index 9fe41a61..1f3f2e43 100644 --- a/Kernel/platform-nc100/config.h +++ b/Kernel/platform-nc100/config.h @@ -62,3 +62,8 @@ #define NMOUNTS 1 /* Number of mounts at a time - nothing mountable! */ #define BOOTDEVICE 0x0100 /* Only one possible option */ #endif + + +/* We need to fix rd_memcpy to handle user pages - or perhaps make the C code + figure out the page number and just pass it ?? */ +#define CONFIG_LEGACY_EXEC \ No newline at end of file