From d8206f02033499e9e4e8681f29e5ccfd39dc8ed1 Mon Sep 17 00:00:00 2001 From: kraoc Date: Thu, 25 Apr 2024 20:37:13 +0200 Subject: [PATCH] mitigations off (performances) --- kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.sh b/kernel.sh index 054804c..6c14dd2 100644 --- a/kernel.sh +++ b/kernel.sh @@ -3,7 +3,7 @@ UPDATED="2024-04-25" 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)