blob: c51fc3c647b35f12d82bc140b6d28aaeb137a471 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[submodule "src/kernel"]
path = src/kernel
url = git@github.com:nekernel-org/nekernel.git
[submodule "src/build"]
path = src/build
url = git@github.com:nekernel-org/nebuild.git
[submodule "src/boot"]
path = src/boot
url = git@github.com:nekernel-org/neboot.git
[submodule "toolchains/mingw-w64-nekernel"]
path = toolchains/mingw-w64-nekernel
url = git@github.com:nekernel-org/mingw-n64.git
[submodule "src/nectar"]
path = src/nectar
url = git@github.com:nekernel-org/nectar.git
[submodule "papers"]
path = papers
url = git@github.com:nekernel-org/draft.git
[submodule "toolchains/mingw-w64-gcc"]
path = toolchains/mingw-w64-gcc
url = git@github.com:nekernel-org/gcc-n64.git
|