linux-sgx-driver/0004-Update-supported-OSes-by-referring-to-releases.patch
xuxinyu b3c26ca51e Update supported OSes by referring to releases
Signed-off-by: xuxinyu <xuxinyu@xfusion.com>
2022-12-30 15:48:00 +08:00

44 lines
1.7 KiB
Diff

From 3a4f6ac598f89a3ba3c423335841fe250495f4b9 Mon Sep 17 00:00:00 2001
From: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
Date: Mon, 9 Nov 2020 15:09:08 -0600
Subject: [PATCH 4/5] Update supported OSes by referring to releases
Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
---
README.md | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 91172ff..62d4529 100644
--- a/README.md
+++ b/README.md
@@ -32,15 +32,7 @@ Build and Install the Intel(R) SGX Driver
-----------------------------------------
### Prerequisites
-- Ensure that you have the following required operating systems:
- * Ubuntu* 16.04.3 LTS Desktop 64bits
- * Ubuntu* 16.04.3 LTS Server 64bits
- * Ubuntu* 18.04 LTS Desktop 64bits
- * Ubuntu* 18.04 LTS Server 64bits
- * Red Hat Enterprise Linux Server release 7.4 64bits
- * Red Hat Enterprise Linux Server release 8.0 64bits
- * CentOS 7.4.1708 64bits
- * SUSE Linux Enterprise Server 12 64bits
+- Ensure that you have an operating system version supported as listed in releases: https://01.org/intel-software-guard-extensions/downloads
- Ensure that you have the following required hardware:
* 6th Generation Intel(R) Core(TM) Processor or newer
- Configure the system with the **SGX hardware enabled** option.
@@ -54,7 +46,7 @@ Build and Install the Intel(R) SGX Driver
```
$ sudo apt-get install linux-headers-$(uname -r)
```
- * On CentOS and RHEL
+ * On CentOS, RHEL or Fedora
* To check if matching kernel headers are installed:
```
$ ls /usr/src/kernels/$(uname -r)
--
2.39.0.windows.1