From 2d521a7ffc2299f24c4df329051c4d6e62c37d6a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 Aug 2014 16:44:59 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ca6781adce2..ad618ec720c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8299,3 +8299,9 @@ change; that was going the wrong direction. With this change, the apps/examples/elf test works with address environments and call gates! (2014-8029). + * Many, many files: Renamed CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED. + Added configuration CONFIG_BUILD_KERNEL that will be used to generate + a kernel (only) with full process support and will execut programs + only from a file system. This new configuration is defined but only + partially integrated (2014-8-29). +