From 067992221ff7554784083bf706045088010d4289 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 15 Dec 2024 20:26:24 -0800 Subject: [PATCH] Add components --- .gitmodules | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8d7aac3 --- /dev/null +++ b/.gitmodules @@ -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