Initial git commit of OS makefiles (after some time in fossil) with an attempt at using git submodules, but not buildable yet (will be using old paths in the Makefiles and in some submodules).
This commit is contained in:
18
.gitmodules
vendored
Normal file
18
.gitmodules
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[submodule "slkern"]
|
||||
path = slkern
|
||||
url = https://proto.securelang.com/SecureLang/slkern.git
|
||||
[submodule "sllibc"]
|
||||
path = sllibc
|
||||
url = https://proto.securelang.com/SecureLang/sllibc.git
|
||||
[submodule "sllul"]
|
||||
path = sllul
|
||||
url = https://proto.securelang.com/SecureLang/sllul.git
|
||||
[submodule "slmkfs"]
|
||||
path = slmkfs
|
||||
url = https://proto.securelang.com/SecureLang/slmkfs.git
|
||||
[submodule "slbldtls"]
|
||||
path = slbldtls
|
||||
url = https://proto.securelang.com/SecureLang/slbldtls.git
|
||||
[submodule "slabpkg"]
|
||||
path = slabpkg
|
||||
url = https://proto.securelang.com/SecureLang/slabpkg.git
|
Reference in New Issue
Block a user