From 8203e20971c71b7eecaef34ebfa529d05e90b57f Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 24 May 2024 22:23:58 -0400 Subject: [PATCH] Revert Change, I Did Bad Math --- launcher/src/bootstrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/bootstrap.cpp b/launcher/src/bootstrap.cpp index bffeba4..2cb098a 100644 --- a/launcher/src/bootstrap.cpp +++ b/launcher/src/bootstrap.cpp @@ -182,7 +182,7 @@ void bootstrap() { args.push_back(QEMU_BINARY); // Fix Bug args.push_back("-B"); - args.push_back("0x3e800"); // Arbitary Value (Aligns To 4k And 16k Page Sizes) + args.push_back("0x40000"); // Arbitary Value (Aligns To 4k And 16k Page Sizes) #endif // Setup Linker