diff --git a/x86_64/startup-common.asm b/x86_64/startup-common.asm
index 787370e96caf1195399d6d8a4f3f4858942d1f40..53c317867b6e8e2c8124043cf4afd39d1c6bdf82 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