Kernel 6.16 + CONFIG_X86_NATIVE_CPU

This commit is contained in:
2025-07-29 10:35:15 +02:00
parent 0ab11c6c2e
commit 4c31cb4c58
3 changed files with 7 additions and 1 deletions

View File

@@ -38,6 +38,11 @@ sudo bash kernel.sh 6.x 6.14.8
## CHANGELOG ## CHANGELOG
### 2025-07-29
- Kernel 6.16
- Ajout de CONFIG_X86_NATIVE_CPU
### 2025-06-22 ### 2025-06-22
- Kernel 6.15.3 - Kernel 6.15.3

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
UPDATED="2025-07-01" UPDATED="2025-07-29"
DISABLE=1 # disable options DISABLE=1 # disable options
ENABLE=1 # enable options ENABLE=1 # enable options

View File

@@ -425,3 +425,4 @@ CONFIG_DRM_KMS_HELPER
CONFIG_FB_CORE CONFIG_FB_CORE
CONFIG_DRM_CLIENT_LIB CONFIG_DRM_CLIENT_LIB
CONFIG_DRM_CLIENT_SELECTION CONFIG_DRM_CLIENT_SELECTION
CONFIG_X86_NATIVE_CPU