New. Extracted from other files.

This commit is contained in:
Ralf Corsepius
2006-01-20 09:20:02 +00:00
parent 8649ee0f51
commit b298cd83fb
2 changed files with 33 additions and 0 deletions

7
doc/user/rtemspie.txt Normal file
View File

@@ -0,0 +1,7 @@
+-----------------------------------------------+
| RTEMS Executive Interface |
+-----------------------------------------------+
| RTEMS Core |
+-----------------------------------------------+
| CPU Dependent Code |
+-----------------------------------------------+

26
doc/user/states.txt Normal file
View File

@@ -0,0 +1,26 @@
+-------------------------------------------------------------+
| Non-existent |
| +-------------------------------------------------------+ |
| | | |
| | | |
| | Creating +---------+ Deleting | |
| | -------------------> | Dormant | -------------------> | |
| | +---------+ | |
| | | | |
| | Starting | | |
| | | | |
| | V Deleting | |
| | +-------> +-------+ -------------------> | |
| | Yielding / +----- | Ready | ------+ | |
| | / / +-------+ <--+ \ | |
| | / / \ \ Blocking | |
| | / / Dispatching Readying \ \ | |
| | / V \ V | |
| | +-----------+ Blocking +---------+ | |
| | | Executing | --------------> | Blocked | | |
| | +-----------+ +---------+ | |
| | | |
| | | |
| +-------------------------------------------------------+ |
| Non-existent |
+-------------------------------------------------------------+