diff --git a/kernel.sh b/kernel.sh index d8bec76..1eb50c1 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,9 +1,9 @@ #!/bin/bash -UPDATED="2025-04-15" +UPDATED="2025-04-17" -DISABLE=1 # disable options +DISABLE=0 # disable options ENABLE=1 # enable options -PATCHES=1 # enable/disable patch apply +PATCHES=0 # enable/disable patch apply UARCH=0 # apply more uarch patch O3=1 # use -O3 vs -O2 (optimisation) ARCH="native" # target architecture (uarch patch) @@ -14,9 +14,7 @@ SCRATCH=0 # perform from scratch (remove preexisting content) UNCOMPRESS=1 # perform uncompress if already exist CLEANUP=1 # perform folder cleanup SECURED=1 # enable/disable security -CLANG=0 # use Clang compiler (if not, use GCC) -O3=1 # use -O3 vs -O2 (optimisation) -ARCH="native" # target architecture (uarch patch) +CLANG=1 # use Clang compiler (if not, use GCC) TESTING=0 # add testing options NVIDIA=1 # add support for nvidia