-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitmodules
24 lines (24 loc) · 907 Bytes
/
.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
[submodule "bootimage"]
path = bootimage
url = [email protected]:Luis-Hebendanz/bootimage.git
[submodule "svm_kernel/external/x86_64"]
path = kernel/external/x86_64
url = [email protected]:Luis-Hebendanz/x86_64.git
[submodule "svm_kernel/external/x86"]
path = kernel/external/x86
url = [email protected]:Luis-Hebendanz/x86_64.git
[submodule "svm_kernel/external/smoltcp"]
path = svm_kernel/external/smoltcp
url = [email protected]:Luis-Hebendanz/smoltcp.git
[submodule "vmsh"]
path = tools/vmsh
url = [email protected]:Luis-Hebendanz/vmsh.git
[submodule "pxe/external/smoltcp"]
path = pxe/external/smoltcp
url = [email protected]:Luis-Hebendanz/smoltcp.git
[submodule "kernel/external/rust-cpuid"]
path = kernel/external/rust-cpuid
url = [email protected]:Luis-Hebendanz/rust-cpuid.git
[submodule "kernel/external/multiboot2"]
path = kernel/external/multiboot2
url = [email protected]:Luis-Hebendanz/multiboot2.git