Added submodules

This commit is contained in:
Alex
2022-09-28 20:58:22 +03:00
parent f83dacc7aa
commit 393754d182
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "Kernel"]
path = Kernel
url = https://github.com/Fennix-Project/Kernel.git
[submodule "Lynx"]
path = Lynx
url = https://github.com/Fennix-Project/Lynx.git
[submodule "Userspace"]
path = Userspace
url = https://github.com/Fennix-Project/Userspace.git

1
Kernel Submodule

Submodule Kernel added at 4d6c3db0fc

1
Lynx Submodule

Submodule Lynx added at ffc31f4d60

1
Userspace Submodule

Submodule Userspace added at 8d7cb4dbd9