aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2021-04-30 10:19:32 -0500
committerBrijesh Singh <brijesh.singh@amd.com>2021-04-30 10:19:32 -0500
commit0965d085cd2453a3512c98924dac70e5cdf17402 (patch)
tree305e8bdfce8bec52bb1b9c7444880fe791596c96 /README.md
parent2ddc352ef32fb37261e4e7cdffd6bd956ef73de1 (diff)
downloadcachepc-amdsev-0965d085cd2453a3512c98924dac70e5cdf17402.tar.gz
cachepc-amdsev-0965d085cd2453a3512c98924dac70e5cdf17402.zip
update the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0d921ff..1784879 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Follow the below steps to build and run the SEV-SNP guest. The step below are te
# git clone https://github.com/AMDESE/AMDSEV.git
# git checkout sev-snp-devel
# ./build.sh
-# sudo dpkg -ivh linux-*.rpm
+# sudo dpkg -ivh linux-image*.deb
# sudo cp kvm.conf /etc/modprobe.d/
````
@@ -16,7 +16,7 @@ Run the following command to verify that SNP is enabled in the host.
````
# dmesg | grep -i snp
-SEV-SNP API:1.22 build:22
+SEV-SNP API:1.28 build:28
SEV supported: 410 ASIDs
SEV-ES supported: 99 ASIDs
SEV-SNP supported: 99 ASIDs