From 0bf3c642b2df31fbbdfe38d32c3b5500123e53e9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 11 Mar 2023 17:18:12 +0100 Subject: [PATCH] ios_kernel: reset the whole custom mcp bss section --- source/ios_kernel/source/instant_patches.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ios_kernel/source/instant_patches.c b/source/ios_kernel/source/instant_patches.c index 44ff460..9b527ca 100644 --- a/source/ios_kernel/source/instant_patches.c +++ b/source/ios_kernel/source/instant_patches.c @@ -89,7 +89,7 @@ void instant_patches_setup(void) { // fix 10 minute timeout that crashes MCP after 10 minutes of booting *(volatile u32 *) mcp_text_phys(0x05022474) = 0xFFFFFFFF; // NEW_TIMEOUT - kernel_memset((void *) mcp_text_phys(0x050BD000), 0, 0x2F00); + kernel_memset((void *) mcp_custom_bss_phys(0x050BD000), 0, 0x3000); // allow custom bootLogoTex and bootMovie.h264 *(volatile u32 *) acp_text_phys(0xE0030D68) = 0xE3A00000; // mov r0, #0