Commit 27724f1 1 parent eb8b91b commit 27724f1 Copy full SHA for 27724f1
File tree 5 files changed +7
-8
lines changed
5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- [ Getting Started] ( ./getting-started/index.md )
6
6
- [ About CCA] ( ./getting-started/cca.md )
7
+ - [ How to Build and Run Islet] ( ./getting-started/islet-how-to.md )
8
+ - [ Network Configuration] ( ./getting-started/network.md )
9
+ - [ Command Shortcut] ( ./getting-started/run-shortcut.md )
7
10
- [ Application Developer] ( ./getting-started/app-dev.md )
8
- - [ Platform Developer] ( ./getting-started/plat-dev.md )
9
- - [ Network Configuration] ( ./network.md )
10
11
- [ Verification] ( ./getting-started/verification.md )
11
12
- [ Model Checking] ( ./islet-model-checking.md )
12
13
- [ Components] ( ./components/index.md )
Original file line number Diff line number Diff line change 1
1
# Contents
2
2
- [ 1.1. About CCA] ( https://islet-project.github.io/islet/getting-started/cca.html )
3
- - [ 1.2. Application Developer ] ( https://islet-project.github.io/islet/getting-started/app-dev .html )
4
- - [ 1.3. Platform Developer] ( https://islet-project.github.io/islet/getting-started/plat -dev.html )
3
+ - [ 1.2. How to Build and Run Islet ] ( https://islet-project.github.io/islet/getting-started/islet-how-to .html )
4
+ - [ 1.3. Application Developer] ( https://islet-project.github.io/islet/getting-started/app -dev.html )
5
5
- [ 1.4. Verification] ( https://islet-project.github.io/islet/getting-started/verification.html )
Original file line number Diff line number Diff line change 1
- # Platform Developer
2
- Platform developers are who want to develop Confidential Computing Platform Components.
3
- Platform components include from Realm Management Monitor(RMM) to Realm.
1
+ # How to build and run Islet
4
2
5
3
` Islet ` provides Rust-based RMM and scripts to compose Confidential Computing Platform.
6
4
You can explore CCA platform with our scripts and
@@ -40,7 +38,7 @@ $ LD_LIBRARY_PATH=./ ./sdk-example-c
40
38
41
39
## Running a linux realm with a networking support and prebuilt examples
42
40
See [ examples] ( https://github.com/islet-project/islet/tree/main/examples ) .
43
- To get details about its network configuration, see [ network.md] ( https://github.com/islet-project/islet/blob/main/doc /network.md)
41
+ To get details about its network configuration, see [ network.md] ( . /network.md)
44
42
45
43
## Testing the realm features
46
44
``` bash
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments