Files
linux-kernel-module-cheat/.gitmodules
Ciro Santilli 六四事件 法轮功 0e25ee2715 glibc: update to 6c99e37f6fb640a50a3113b2dbee5d5389843c1e
Initializes the submodule.
2019-02-27 00:00:00 +00:00

33 lines
1.3 KiB
Plaintext

[submodule "submodules/buildroot"]
path = submodules/buildroot
url = https://github.com/cirosantilli/buildroot
ignore = dirty
[submodule "submodules/crosstool-ng"]
path = submodules/crosstool-ng
url = https://github.com/crosstool-ng/crosstool-ng
[submodule "submodules/gem5"]
path = submodules/gem5
url = https://gem5.googlesource.com/public/gem5
# The true upstream does not accept git submodule update --init --depth 1
# git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
# But git clone --branch --depth 1 worked weirdly:
# https://unix.stackexchange.com/questions/338578/linux-kernel-source-code-size-difference
[submodule "submodules/linux"]
path = submodules/linux
url = https://github.com/cirosantilli/linux
[submodule "submodules/parsec-benchmark"]
path = submodules/parsec-benchmark
url = https://github.com/cirosantilli/parsec-benchmark
[submodule "submodules/qemu"]
path = submodules/qemu
url = https://github.com/cirosantilli/qemu
[submodule "submodules/xen"]
path = submodules/xen
url = git://xenbits.xen.org/xen.git
[submodule "submodules/boot-wrapper-aarch64"]
path = submodules/boot-wrapper-aarch64
url = git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
[submodule "submodules/glibc"]
path = submodules/glibc
url = https://github.com/cirosantilli/glibc