From 0e263c91e913f40f63e1c0f64a9f20f93105daf2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Dec 2007 21:50:55 +0000 Subject: 2007-12-14 Joel Sherrill * fileio/init.c, fileio/system.h: Increase stack requested for shell task. Turn on stack checking so the report is interesting. --- testsuites/samples/fileio/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/fileio/init.c') diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index b33424db20..80b79331e6 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -104,7 +104,7 @@ void fileio_start_shell(void) printf(" =========================\n"); printf(" starting shell\n"); printf(" =========================\n"); - shell_init("SHLL",0,100,"/dev/console", + shell_init("SHLL",RTEMS_MINIMUM_STACK_SIZE * 4,100,"/dev/console", B9600 | CS8, 0); rtems_task_suspend(RTEMS_SELF); -- cgit v1.2.3