From 2cefce0a83cf435b3e11fc8ee36047dde5325479 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Sat, 18 Apr 2020 17:04:06 +0200 Subject: [PATCH] Add two additional (but set to NULL) kernel args. --- x86_64/startup-common.asm | 2 ++ 1 file changed, 2 insertions(+) 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