Files
linux-kernel-module-cheat/.gitmodules
Ciro Santilli 66fe5f6647 build runs, lots of uncommented and lots of untested though
Refactor everything. Create nice submodules/ and packages/ folders.
2018-09-07 10:08:59 +01:00

17 lines
532 B
Plaintext

[submodule "buildroot"]
path = submodules/buildroot
url = https://github.com/cirosantilli/buildroot
ignore = dirty
[submodule "qemu"]
path = submodules/qemu
url = https://github.com/cirosantilli/qemu
[submodule "linux"]
path = submodules/linux
url = https://github.com/cirosantilli/linux
[submodule "gem5/gem5"]
path = submodules/gem5
url = https://gem5.googlesource.com/public/gem5
[submodule "parsec-benchmark/parsec-benchmark"]
path = submodules/parsec-benchmark
url = https://github.com/cirosantilli/parsec-benchmark