diff options
author | Ian Gudger <igudger@google.com> | 2019-04-02 14:27:54 -0700 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-04-02 17:35:27 -0700 |
commit | da61580968c8a5862a28f29c5f95fe8a23fbd961 (patch) | |
tree | 309dadda932496e1b6f1829ae6f0c90dbb043bd0 /content/docs/user_guide | |
parent | 4ab738270aed18cf7aa111e2f53e9ca7f6a53a73 (diff) |
Update user guide platform description to match architecture section.
syscall interception is an important part of the platform.
Diffstat (limited to 'content/docs/user_guide')
-rw-r--r-- | content/docs/user_guide/platforms.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/user_guide/platforms.md b/content/docs/user_guide/platforms.md index 755dadf75..5a43ad897 100644 --- a/content/docs/user_guide/platforms.md +++ b/content/docs/user_guide/platforms.md @@ -8,9 +8,9 @@ platform. ## What is a Platform? -gVisor requires a *platform* to implement basic context switching and memory -mapping functionality. These are described in more depth in the [Architecture -Guide](../../architecture_guide/). +gVisor requires a *platform* to implement interception of syscalls, basic +context switching, and memory mapping functionality. These are described in +more depth in the [Architecture Guide](../../architecture_guide/). ## Selecting a Platform |