Fix
Some checks failed
CI / Build (AMD64, Server) (push) Successful in 17m7s
CI / Build (AMD64, Client) (push) Successful in 17m26s
CI / Build (ARM64, Server) (push) Successful in 18m41s
CI / Build (ARM64, Client) (push) Successful in 20m23s
CI / Build (ARMHF, Server) (push) Successful in 13m38s
CI / Build (ARMHF, Client) (push) Successful in 16m53s
CI / Test (Client) (push) Failing after 14m36s
CI / Test (Server) (push) Failing after 15m8s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 11m12s

This commit is contained in:
TheBrokenRail 2024-05-24 17:52:54 -04:00
parent 36cb84b672
commit 4dc69885f2

View File

@ -13,8 +13,6 @@
#define QEMU_BINARY "qemu-arm"
#define REQUIRED_PAGE_SIZE 4096
#define _STR(x) #x
#define STR(x) _STR(x)
// Debug Information
static void run_debug_command(const char *const command[], const char *prefix) {
@ -66,8 +64,6 @@ void bootstrap() {
if (page_size != REQUIRED_PAGE_SIZE) {
ERR("Invalid page size! A page size of %ld bytes is required, but the system size is %ld bytes.", (long) REQUIRED_PAGE_SIZE, page_size);
}
#else
set_and_print_env("QEMU_PAGESIZE", STR(REQUIRED_PAGE_SIZE));
#endif
// Get Binary Directory