From 79e4227c1eaab4f38e9eb508ccfcac5ec3a93e88 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Sep 2008 13:31:04 +0000 Subject: 2008-09-18 Miao Yan * user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and CONFIGURE_APPLICATION_DISABLE_FILESYSTEM. --- doc/user/conf.t | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/user/conf.t') 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} -- cgit v1.2.3