summaryrefslogtreecommitdiffstats
path: root/schedsim/schedsim_priority/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-12-17 15:53:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-12-17 15:53:17 +0000
commit0529b354b3877c857ff90dc98f861c4e009b539a (patch)
tree7fcf44a98d08e3d42544c50ca75d5901613ed4af /schedsim/schedsim_priority/README
parent2010-05-11 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-examples-0529b354b3877c857ff90dc98f861c4e009b539a.tar.bz2
2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, schedsim_priority/Makefile, schedsim_priority/README, schedsim_priority/config.c, schedsim_priority/printheir_executing.c, schedsim_priority/schedsim.cc, schedsim_priority/wrap_thread_dispatch.c: New files.
Diffstat (limited to 'schedsim/schedsim_priority/README')
-rw-r--r--schedsim/schedsim_priority/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedsim/schedsim_priority/README b/schedsim/schedsim_priority/README
new file mode 100644
index 0000000..e0952ff
--- /dev/null
+++ b/schedsim/schedsim_priority/README
@@ -0,0 +1,6 @@
+#
+# $Id$
+#
+
+This is an example of how to build a custom RTEMS Scheduler Simulator
+instance for evaluation of new scheduling algorithms.