From d2d80f75ea1ee46d9efee871d85b30e3d54a2256 Mon Sep 17 00:00:00 2001 From: shibedrill Date: Thu, 22 May 2025 18:38:33 -0400 Subject: [PATCH] Trying to get kernel to build --- .gitmodules | 3 +++ build/external/hardened_malloc | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 build/external/hardened_malloc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..edf246c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "build/external/hardened_malloc"] + path = build/external/hardened_malloc + url = https://github.com/GrapheneOS/hardened_malloc diff --git a/build/external/hardened_malloc b/build/external/hardened_malloc new file mode 160000 index 0000000..7481c88 --- /dev/null +++ b/build/external/hardened_malloc @@ -0,0 +1 @@ +Subproject commit 7481c8857faf5c6ed8666548d9e92837693de91b