Merge branch 'kernel-args' into 'master'

Add the two additional (but set to NULL) kernel args.

See merge request redox-os/bootloader!4
This commit is contained in:
Jeremy Soller
2020-04-18 22:37:28 +00:00
+2
View File
@@ -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