diff options
Diffstat (limited to 'src/arch/amd64/boot.S')
-rw-r--r-- | src/arch/amd64/boot.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/amd64/boot.S b/src/arch/amd64/boot.S index 9771fe2..36e4bc6 100644 --- a/src/arch/amd64/boot.S +++ b/src/arch/amd64/boot.S @@ -116,7 +116,7 @@ start: bits 64 code64: call amd64_shim - push rax + mov rdi, rax call kmain cli halt: |