1
0
Fork 0
Redox-From-Scratch/.gitmodules

31 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-12-15 20:26:24 -08:00
[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
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/drivers
2024-12-15 20:26:24 -08:00
[submodule "components/sources/init"]
path = components/sources/init
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/init
2024-12-15 20:26:24 -08:00
[submodule "components/sources/logd"]
path = components/sources/logd
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/logd
2024-12-15 20:26:24 -08:00
[submodule "components/sources/ramfs"]
path = components/sources/ramfs
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/ramfs
2024-12-15 20:26:24 -08:00
[submodule "components/sources/randd"]
path = components/sources/randd
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/randd
2024-12-15 20:26:24 -08:00
[submodule "components/sources/redoxfs"]
path = components/sources/redoxfs
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/redoxfs
2024-12-15 20:26:24 -08:00
[submodule "components/sources/zerod"]
path = components/sources/zerod
2024-12-16 21:06:22 -08:00
url = https://gitlab.redox-os.org/redox-os/zerod
2024-12-15 21:27:29 -08:00
[submodule "tools/initfs"]
path = tools/initfs
url = https://gitlab.redox-os.org/redox-os/redox-initfs.git
2024-12-16 20:50:27 -08:00
[submodule "kernel"]
path = kernel
url = https://gitlab.redox-os.org/redox-os/kernel.git