summaryrefslogtreecommitdiff
path: root/schedsim/shell/shared/main_rtemsinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/shared/main_rtemsinit.c')
-rw-r--r--schedsim/shell/shared/main_rtemsinit.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedsim/shell/shared/main_rtemsinit.c b/schedsim/shell/shared/main_rtemsinit.c
index ad2b14f..a1afcb6 100644
--- a/schedsim/shell/shared/main_rtemsinit.c
+++ b/schedsim/shell/shared/main_rtemsinit.c
@@ -32,6 +32,8 @@ int rtems_shell_main_rtems_init(
char *argv[]
)
{
+ int i;
+
#if defined(RTEMS_SMP)
long cpus = 1;
@@ -44,6 +46,11 @@ int rtems_shell_main_rtems_init(
Schedsim_Maximum_CPUs_From_Command_Line = cpus;
#endif
+ for (i=0; strcmp("", shell_scheduler_list[i]) != 0; i++)
+ {
+ printf("Scheduler %d: %s\n", i, shell_scheduler_list[i]);
+ }
+
//
// Initialize RTEMS
//