1
0
Fork 0

Add components

main
Mark 2024-12-15 20:26:24 -08:00
parent 786af6f2e6
commit 067992221f
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 24 additions and 0 deletions

24
.gitmodules vendored Normal file
View File

@ -0,0 +1,24 @@
[submodule "components/sources/bootstrap"]
path = components/sources/bootstrap
url = https://gitlab.redox-os.org/redox-os/bootstrap.git
[submodule "components/sources/drivers"]
path = components/sources/drivers
url = https://gitlab.redox-os.org/redox-os/drivers.git
[submodule "components/sources/init"]
path = components/sources/init
url = https://gitlab.redox-os.org/redox-os/init.git
[submodule "components/sources/logd"]
path = components/sources/logd
url = https://gitlab.redox-os.org/redox-os/logd.git
[submodule "components/sources/ramfs"]
path = components/sources/ramfs
url = https://gitlab.redox-os.org/redox-os/ramfs.git
[submodule "components/sources/randd"]
path = components/sources/randd
url = https://gitlab.redox-os.org/redox-os/randd.git
[submodule "components/sources/redoxfs"]
path = components/sources/redoxfs
url = https://gitlab.redox-os.org/redox-os/redoxfs.git
[submodule "components/sources/zerod"]
path = components/sources/zerod
url = https://gitlab.redox-os.org/redox-os/zerod.git