From 8a92ac90b3e3ba375347e8bca2286e3b88e12aa1 Mon Sep 17 00:00:00 2001 From: kraoc Date: Sat, 19 Apr 2025 18:47:31 +0200 Subject: [PATCH] =?UTF-8?q?disable=20est=20pas=20une=20bonne=20id=C3=A9e?= =?UTF-8?q?=20en=20bare=20metal=20:p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.sh b/kernel.sh index 22778f7..dbccc5b 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,7 +1,7 @@ #!/bin/bash UPDATED="2025-04-19" -DISABLE=1 # disable options +DISABLE=0 # disable options ENABLE=1 # enable options PATCHES=0 # enable/disable patch apply UARCH=0 # apply more uarch patch