diff --git a/ImageResources/Zeta/kernel b/ImageResources/Zeta/kernel index 4549785c..b928fa63 100644 Binary files a/ImageResources/Zeta/kernel and b/ImageResources/Zeta/kernel differ diff --git a/ImageResources/Zeta/patchedkernel b/ImageResources/Zeta/patchedkernel index 08ddd21d..aeb97132 100644 Binary files a/ImageResources/Zeta/patchedkernel and b/ImageResources/Zeta/patchedkernel differ diff --git a/ImageResources/Zeta/ramdisk b/ImageResources/Zeta/ramdisk index c7e282d3..d4834e68 100644 Binary files a/ImageResources/Zeta/ramdisk and b/ImageResources/Zeta/ramdisk differ diff --git a/build_boot_zeta.sh b/build_boot_zeta.sh index ba7f4206..c5e29887 100755 --- a/build_boot_zeta.sh +++ b/build_boot_zeta.sh @@ -11,7 +11,7 @@ python3 ./ImageResources/mkbootimg.py \ --cmdline "" \ --base 0x0 \ --os_version 11.0.0 \ - --os_patch_level 2024-04-01 + --os_patch_level 2024-10-01 # Andromeda888 UEFI as Boot (Dual Boot) (SecureBoot Disabled) cat ./ImageResources/Zeta/patchedkernel ./ImageResources/Zeta/SM8350_EFI_NOSB.fd > ./ImageResources/Zeta/boot_nosb.payload.bin @@ -24,4 +24,4 @@ python3 ./ImageResources/mkbootimg.py \ --cmdline "" \ --base 0x0 \ --os_version 11.0.0 \ - --os_patch_level 2024-04-01 \ No newline at end of file + --os_patch_level 2024-10-01 \ No newline at end of file diff --git a/build_uefi_zeta.sh b/build_uefi_zeta.sh index 235e72f0..84bd59e4 100755 --- a/build_uefi_zeta.sh +++ b/build_uefi_zeta.sh @@ -24,4 +24,4 @@ python3 ./ImageResources/mkbootimg.py \ --cmdline "" \ --base 0x0 \ --os_version 11.0.0 \ - --os_patch_level 2024-04-01 \ No newline at end of file + --os_patch_level 2024-10-01 \ No newline at end of file