From b298cd83fb05087daa38306b6e45102dee4630bb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 20 Jan 2006 09:20:02 +0000 Subject: New. Extracted from other files. --- doc/user/rtemspie.txt | 7 +++++++ doc/user/states.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 doc/user/rtemspie.txt create mode 100644 doc/user/states.txt (limited to 'doc') 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 | + +-------------------------------------------------------------+ -- cgit v1.2.3