diff options
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/kernel/README.md | 2 | ||||
-rw-r--r-- | pkg/sentry/kernel/g3doc/run_states.png | bin | 0 -> 234152 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/kernel/README.md b/pkg/sentry/kernel/README.md index 3306780d6..88760a9bb 100644 --- a/pkg/sentry/kernel/README.md +++ b/pkg/sentry/kernel/README.md @@ -87,7 +87,7 @@ kept separate from the main "app" state to reduce the size of the latter. 4. `SyscallReinvoke`, which does not correspond to anything in Linux, and exists solely to serve the autosave feature. -![dot -Tsvg -Goverlap=false -orun_states.svg run_states.dot](g3doc/run_states.dot "Task control flow graph") +![dot -Tpng -Goverlap=false -orun_states.png run_states.dot](g3doc/run_states.png "Task control flow graph") States before which a stop may occur are represented as implementations of the `taskRunState` interface named `run(state)`, allowing them to be saved and diff --git a/pkg/sentry/kernel/g3doc/run_states.png b/pkg/sentry/kernel/g3doc/run_states.png Binary files differnew file mode 100644 index 000000000..b63b60f02 --- /dev/null +++ b/pkg/sentry/kernel/g3doc/run_states.png |