summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libpcode/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libpcode/README.txt')
-rw-r--r--nuttx/binfmt/libpcode/README.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/binfmt/libpcode/README.txt b/nuttx/binfmt/libpcode/README.txt
index 05e5575e8..a8f482215 100644
--- a/nuttx/binfmt/libpcode/README.txt
+++ b/nuttx/binfmt/libpcode/README.txt
@@ -128,12 +128,12 @@ Issues
and the apps/ directory. That should not be the case; the nuttx/ logic
should be completely independent of apps/ logic (but not vice versa).
-2. The current implementation will not work in the CONFIG_KERNEL_BUILD.
- This is because of the little proxy logic (function pcode_proxy() in the
- file pcode.c). (a) That logic would attempt to link with P-code logic
- that resides in user space. That will not work. And (2) that proxy
- would be started in user mode but in the kernel address space which will
- certainly crash immediately.
+2. The current implementation will not work in the CONFIG_BUILD_PROTECTED or
+ CONFIG_BUILD_KERNEL configurations. That is because of the little proxy
+ logic (function pcode_proxy() in the file pcode.c). (a) That logic would
+ attempt to link with P-code logic that resides in user space. That will
+ not work. And (2) that proxy would be started in user mode but in the
+ kernel address space which will certainly crash immediately.
The general idea to fix both of these problems is as follows: