From f1de754644a809080c81b521c6efcd52c1aa35bb Mon Sep 17 00:00:00 2001 From: kraoc Date: Thu, 11 Apr 2024 20:41:37 +0200 Subject: [PATCH] 'unsecured' :p --- kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.sh b/kernel.sh index e5b9b6a..647de64 100644 --- a/kernel.sh +++ b/kernel.sh @@ -3,7 +3,7 @@ UPDATED="2024-04-11" DISABLE=1 # disable some options ENABLE=1 # enable some options -SECURED=1 # enable/disable security +SECURED=0 # enable/disable security PATCHES=1 # enable/disable patch apply UARCH=1 # apply more uarch patch CLANG=1 # use Clang compiler (if not, use GCC)