x86_64: fix broken multiboot pointer boot arg

This commit is contained in:
2023-02-05 10:26:47 +00:00
parent 1abc7a4f6c
commit 2b2c5a24da
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
.global start_64
.type start_64, @function
start_64:
pop %rax
pop %rdi
call kernel_init
cli