From 7a4b1d186b75accd8fbb25f181c922b3862b5548 Mon Sep 17 00:00:00 2001 From: Unik-lif Date: Wed, 27 Nov 2024 09:34:46 +0800 Subject: [PATCH] update? --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a65ea10b..102c8dcb 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,15 @@ NestedSGX is a Framework utilizing AMD SEV-SNP features to simulate SGX with fai NestedSGX is developed based on [`Linux-svsm`](https://github.com/AMDESE/linux-svsm), many thanks to the developers in AMD! - +To cite our work, please refer to this below: +``` +@article{wang2024nestedsgx, + title={NestedSGX: Bootstrapping Trust to Enclaves within Confidential VMs}, + author={Wang, Wenhao and Song, Linke and Mei, Benshan and Liu, Shuang and Zhao, Shijun and Yan, Shoumeng and Wang, XiaoFeng and Meng, Dan and Hou, Rui}, + journal={arXiv preprint arXiv:2402.11438}, + year={2024} +} +``` ### Preparation for NestedSGX: Please build the [`Linux-svsm environment`](https://github.com/AMDESE/linux-svsm) first, to reproduce, your machine should support SEV-SNP features. After building the environment according to `linux-svsm`, what you have in current machine will be: (`vx` represents the newest svsm version of [linux branch](https://github.com/AMDESE/linux)) 1. Host Machine: `svsm-preview-vx-host` version of linux. @@ -289,4 +297,6 @@ After plotting some graphs, you might need first to use `scp` to download the re ### A4: You might forget to install the Guest Kernel Module first. I recommend you first reboot the Guest OS, install the Kernel Module first, and then do the following things. BTW, if you come across this problem in the docker image, we are sorry that installing the Kernel Module after entering the Docker Image won't help aid this problem because the docker image is set up at the hypothesis that a `misc_device` named `/dev/vmpl-driver` is established before, which is set up by the Guest Kernel Module. -# \ No newline at end of file + +### License: +We use MIT License. \ No newline at end of file