-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
48 lines (48 loc) · 1.67 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "ext/buildroot"]
path = ext/buildroot
url = https://github.com/sectrs-acai/buildroot.git
[submodule "ext/scanmem"]
path = ext/scanmem
url = https://github.com/sectrs-acai/scanmem.git
[submodule "assets"]
path = assets
url = https://github.com/sectrs-acai/acai-assets.git
[submodule "ext/pteditor"]
path = ext/pteditor
url = https://github.com/sectrs-acai/acai-pteditor.git
[submodule "src/linux-host"]
path = src/linux-host
url = https://github.com/sectrs-acai/acai-kernel.git
[submodule "src/linux-cca-guest"]
path = src/linux-cca-guest
url = https://github.com/sectrs-acai/acai-kernel.git
[submodule "ext/shrinkwrap"]
path = ext/shrinkwrap
url = https://github.com/sectrs-acai/shrinkwrap.git
[submodule "src/tfa"]
path = src/tfa
url = https://github.com/sectrs-acai/acai-tfa.git
[submodule "src/rmm"]
path = src/rmm
url = https://github.com/sectrs-acai/acai-rmm.git
[submodule "src/tfa-tests"]
path = src/tfa-tests
url = https://github.com/sectrs-acai/acai-tfa-tests.git
[submodule "src/kvmtool/dtc"]
path = src/kvmtool/dtc
url = https://github.com/sectrs-acai/dtc.git
[submodule "src/kvmtool/kvmtool-cca"]
path = src/kvmtool/kvmtool
url = https://github.com/sectrs-acai/acai-kvmtool-cca.git
[submodule "src/gdev"]
path = src/gpu_driver/gdev-guest
url = https://github.com/sectrs-acai/acai-gdev.git
[submodule "src/gpu/gdev-host"]
path = src/gpu_driver/gdev-host
url = https://github.com/sectrs-acai/acai-gdev.git
[submodule "src/gpu/rodina-cudadrv"]
path = src/gpu_driver/rodinia-bench
url = https://github.com/sectrs-acai/acai-rodinia.git
[submodule "src/encrypted-cuda"]
path = src/encrypted-cuda
url = https://github.com/sectrs-acai/acai-encrypted-cuda.git