From 12cfcfc6f2be66a757a2eef7702b7eca27ab2ba0 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Thu, 27 Jun 2024 11:14:43 +0200 Subject: [PATCH] TMP: change syscall gitmodule to fork --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 43b05611a4..9e1c54a1c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "syscall"] path = syscall - url = https://gitlab.redox-os.org/redox-os/syscall.git - branch = master + #url = https://gitlab.redox-os.org/redox-os/syscall.git + url = https://gitlab.redox-os.org/4lDO2/syscall.git + #branch = master + branch = usignal [submodule "slab_allocator"] path = slab_allocator url = https://gitlab.redox-os.org/redox-os/slab_allocator