Files
redox-kernel/.gitmodules
Jeremy Soller f5ac405db6 Support for RMM
2020-11-27 16:49:39 +00:00

11 lines
304 B
Plaintext

[submodule "syscall"]
path = syscall
url = https://gitlab.redox-os.org/redox-os/syscall.git
[submodule "slab_allocator"]
path = slab_allocator
url = https://gitlab.redox-os.org/redox-os/slab_allocator
[submodule "rmm"]
path = rmm
url = https://gitlab.redox-os.org/redox-os/rmm.git
branch = master