summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 13:31:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 13:31:04 +0000
commit79e4227c1eaab4f38e9eb508ccfcac5ec3a93e88 (patch)
tree27ac8e9fb6c2d26f76be7066b5f897436a118df7 /doc/user/conf.t
parent2008-09-18 Miao Yan <yanmiaobest@gmail.com> (diff)
downloadrtems-79e4227c1eaab4f38e9eb508ccfcac5ec3a93e88.tar.bz2
2008-09-18 Miao Yan <yanmiaobest@gmail.com>
* user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index ceaa1ceae0..0833077161 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -184,6 +184,18 @@ before RTEMS release 4.5.0. The miniIMFS supports
only directories and device nodes and is smaller in executable
code size than the full IMFS.
+@findex CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
+@item @code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is defined
+if the application wished to use the device-only filesytem. The
+device-only filesystem supports only device nodes and is smaller
+in executable code size than the full IMFS and miniIMFS.
+
+@findex CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+@item @code{CONFIGURE_APPLICATION_DISABLE_FILESYSTEM} is defined
+if the application dose not intend to use any kind of filesystem
+supports(including printf family).
+
+
@findex CONFIGURE_STACK_CHECKER_ENABLED
@item @code{CONFIGURED_STACK_CHECKER_ENABLED} is defined when
the application wishes to enable run-time stack bounds checking.
@@ -406,7 +418,7 @@ set to 10.
@findex CONFIGURE_MAXIMUM_DEVICES
@item @code{CONFIGURE_MAXIMUM_DEVICES} is defined
to the number of individual devices that may be registered
-in the system. By default, this is set to 20.
+in the system. By default, this is set to 4.
@findex CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
@item @code{CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER}