diff options
Diffstat (limited to 'src/kernel/arch/amd64/boot64.s')
-rw-r--r-- | src/kernel/arch/amd64/boot64.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kernel/arch/amd64/boot64.s b/src/kernel/arch/amd64/boot64.s index 1dca0ca..af05ffe 100644 --- a/src/kernel/arch/amd64/boot64.s +++ b/src/kernel/arch/amd64/boot64.s @@ -4,7 +4,6 @@ boot64: mov $(5 << 3 | 3), %ax // SEG_TSS ltr %ax - xchgw %bx, %bx push %rdi // preserve multiboot struct call sysenter_setup pop %rdi |