OLD | NEW |
1 .. _sandbox-internals-index: | 1 .. _sandbox-internals-index: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ################# | 5 ################# |
4 Sandbox Internals | 6 Sandbox Internals |
5 ################# | 7 ################# |
6 | 8 |
7 The sandbox internals documentation describes implementation details for | 9 The sandbox internals documentation describes implementation details for |
8 Native Client sandboxing, which is also used by Portable Native | 10 Native Client sandboxing, which is also used by Portable Native |
9 Client. These details can be useful to reimplement a sandbox, or to | 11 Client. These details can be useful to reimplement a sandbox, or to |
10 write assembly code that follows sandboxing rules for Native Client | 12 write assembly code that follows sandboxing rules for Native Client |
11 (Portable Native Client does not allow platform-specific assembly code). | 13 (Portable Native Client does not allow platform-specific assembly code). |
12 | 14 |
(...skipping 11 matching lines...) Expand all Loading... |
24 * :ref:`ARM 32-bit <arm-32-bit-sandbox>`. | 26 * :ref:`ARM 32-bit <arm-32-bit-sandbox>`. |
25 * x86-32: the original design is described in `Native Client: A Sandbox | 27 * x86-32: the original design is described in `Native Client: A Sandbox |
26 for Portable, Untrusted x86 Native Code | 28 for Portable, Untrusted x86 Native Code |
27 <http://research.google.com/pubs/archive/34913.pdf>`_, the current | 29 <http://research.google.com/pubs/archive/34913.pdf>`_, the current |
28 design has changed slightly since then. | 30 design has changed slightly since then. |
29 * :ref:`x86-64 <x86-64-sandbox>`. | 31 * :ref:`x86-64 <x86-64-sandbox>`. |
30 * MIPS32, described in the `overview of Native Client for MIPS | 32 * MIPS32, described in the `overview of Native Client for MIPS |
31 <https://code.google.com/p/nativeclient/issues/attachmentText?id=2275&aid=2275
0018000&name=native-client-mips-0.4.txt>`_, | 33 <https://code.google.com/p/nativeclient/issues/attachmentText?id=2275&aid=2275
0018000&name=native-client-mips-0.4.txt>`_, |
32 and `bug 2275 | 34 and `bug 2275 |
33 <https://code.google.com/p/nativeclient/issues/detail?id=2275>`_. | 35 <https://code.google.com/p/nativeclient/issues/detail?id=2275>`_. |
OLD | NEW |