From eb8ef5acb857ae8cc47d37888bb4198ccb569585 Mon Sep 17 00:00:00 2001 From: CursedUEFI <138137862+obseletecode72@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:25:53 -0300 Subject: [PATCH] Update client.cpp --- Client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/client.cpp b/Client/client.cpp index 81f94fb..26dde0f 100644 --- a/Client/client.cpp +++ b/Client/client.cpp @@ -1171,7 +1171,7 @@ std::vector cl::efi::get_memory_map() std::vector map; - static QWORD page_table = cl::get_virtual_address(system_cr3); + static QWORD page_table = cl::get_virtual_address(system_cr3) & ~0xFFF; // missing alignment, now wont bsod if (page_table == 0) return {};