diff --git a/x86_64/startup-common.asm b/x86_64/startup-common.asm index 787370e96c..53c317867b 100644 --- a/x86_64/startup-common.asm +++ b/x86_64/startup-common.asm @@ -8,6 +8,8 @@ args: .stack_size dq 0 .env_base dq 0 .env_size dq 0 + .acpi_rsdps_base dq 0 + .acpi_rsdps_size dq 0 startup: ; enable A20-Line via IO-Port 92, might not work on all motherboards