fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation.

This commit is contained in:
Gregory Nutt
2017-11-13 09:08:39 -06:00
parent bfcc8fcbb6
commit f3b37e5da3
10 changed files with 431 additions and 11 deletions
+4
View File
@@ -194,6 +194,10 @@ config ARCH_HAVE_POWEROFF
bool
default n
config ARCH_HAVE_PROGMEM
bool
default n
config ARCH_HAVE_RESET
bool
default n