From e896f974831f25d7994cf12a2170c68a63879c4c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 11 Sep 2014 17:15:26 -0600 Subject: Update some comments/function headers --- nuttx/binfmt/libpcode/README.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nuttx/binfmt') 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: -- cgit v1.2.3