More fixes

This commit is contained in:
2024-12-16 21:06:22 -08:00
parent 3207a2c7ee
commit d42db82558
17 changed files with 97 additions and 78 deletions

14
.gitmodules vendored
View File

@ -3,25 +3,25 @@
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
url = https://gitlab.redox-os.org/redox-os/drivers
[submodule "components/sources/init"]
path = components/sources/init
url = https://gitlab.redox-os.org/redox-os/init.git
url = https://gitlab.redox-os.org/redox-os/init
[submodule "components/sources/logd"]
path = components/sources/logd
url = https://gitlab.redox-os.org/redox-os/logd.git
url = https://gitlab.redox-os.org/redox-os/logd
[submodule "components/sources/ramfs"]
path = components/sources/ramfs
url = https://gitlab.redox-os.org/redox-os/ramfs.git
url = https://gitlab.redox-os.org/redox-os/ramfs
[submodule "components/sources/randd"]
path = components/sources/randd
url = https://gitlab.redox-os.org/redox-os/randd.git
url = https://gitlab.redox-os.org/redox-os/randd
[submodule "components/sources/redoxfs"]
path = components/sources/redoxfs
url = https://gitlab.redox-os.org/redox-os/redoxfs.git
url = https://gitlab.redox-os.org/redox-os/redoxfs
[submodule "components/sources/zerod"]
path = components/sources/zerod
url = https://gitlab.redox-os.org/redox-os/zerod.git
url = https://gitlab.redox-os.org/redox-os/zerod
[submodule "tools/initfs"]
path = tools/initfs
url = https://gitlab.redox-os.org/redox-os/redox-initfs.git