[Docs] Drop "Deprecated Code" sections

Seems that no one has used this feature since its deprecation 1.5 year
ago. Let's not clutter the main readme with it.
Also dropped a section from building instructions, as it was quite
useless.
This commit is contained in:
Michał Kowalczyk
2021-02-01 22:41:29 +01:00
parent 09c6307631
commit 2d27f1077e
2 changed files with 0 additions and 22 deletions

View File

@@ -212,12 +212,3 @@ Additional build options
- Each part of Graphene can be built separately in the subdirectories. For
example, to build only the Pal component, use :command:`make -c Pal`.
Deprecated features
-------------------
Building with kernel-level sandboxing (optional)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This feature is marked as EXPERIMENTAL and no longer exists on the master
branch.

View File

@@ -82,16 +82,3 @@ For any questions, please send an email to support@graphene-project.io
For bug reports, post an issue on our GitHub repository:
https://github.com/oscarlab/graphene/issues.
Deprecated Code
===============
We have some branches with legacy code (use at your own risk).
Build with Kernel-Level Sandboxing
----------------------------------
This feature is marked as EXPERIMENTAL and no longer exists in the master branch.
See `EXPERIMENTAL/linux-reference-monitor
<https://github.com/oscarlab/graphene/tree/EXPERIMENTAL/linux-reference-monitor>`__.