summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-20 09:20:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-20 09:20:02 +0000
commitb298cd83fb05087daa38306b6e45102dee4630bb (patch)
treeec9f5e0083fa1eeaca3714525f465ad0925c61ea /doc
parentProvoke cvs complaints on generated docs. (diff)
downloadrtems-b298cd83fb05087daa38306b6e45102dee4630bb.tar.bz2
New. Extracted from other files.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/rtemspie.txt7
-rw-r--r--doc/user/states.txt26
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/user/rtemspie.txt b/doc/user/rtemspie.txt
new file mode 100644
index 0000000000..7f15186762
--- /dev/null
+++ b/doc/user/rtemspie.txt
@@ -0,0 +1,7 @@
+ +-----------------------------------------------+
+ | RTEMS Executive Interface |
+ +-----------------------------------------------+
+ | RTEMS Core |
+ +-----------------------------------------------+
+ | CPU Dependent Code |
+ +-----------------------------------------------+
diff --git a/doc/user/states.txt b/doc/user/states.txt
new file mode 100644
index 0000000000..265d1e8c6f
--- /dev/null
+++ b/doc/user/states.txt
@@ -0,0 +1,26 @@
+ +-------------------------------------------------------------+
+ | Non-existent |
+ | +-------------------------------------------------------+ |
+ | | | |
+ | | | |
+ | | Creating +---------+ Deleting | |
+ | | -------------------> | Dormant | -------------------> | |
+ | | +---------+ | |
+ | | | | |
+ | | Starting | | |
+ | | | | |
+ | | V Deleting | |
+ | | +-------> +-------+ -------------------> | |
+ | | Yielding / +----- | Ready | ------+ | |
+ | | / / +-------+ <--+ \ | |
+ | | / / \ \ Blocking | |
+ | | / / Dispatching Readying \ \ | |
+ | | / V \ V | |
+ | | +-----------+ Blocking +---------+ | |
+ | | | Executing | --------------> | Blocked | | |
+ | | +-----------+ +---------+ | |
+ | | | |
+ | | | |
+ | +-------------------------------------------------------+ |
+ | Non-existent |
+ +-------------------------------------------------------------+