summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 15:16:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-01 15:16:18 +0000
commite6b3db9efff4ed45c7441689499d00bd423334c6 (patch)
tree0719f3f23deaa1100d9e8aecd669e21e217ca27c /cpukit
parentPatch rtems-rc-20000731-2-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e6b3db9efff4ed45c7441689499d00bd423334c6.tar.bz2
Increased the defaults to be more reasonable.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libmisc/dummy/dummy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/libmisc/dummy/dummy.c b/cpukit/libmisc/dummy/dummy.c
index d7d85a4242..eb37cd713d 100644
--- a/cpukit/libmisc/dummy/dummy.c
+++ b/cpukit/libmisc/dummy/dummy.c
@@ -26,7 +26,9 @@ rtems_task Init(
/* configuration information */
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_MAXIMUM_TASKS 10
+#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
+#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_INIT