aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-10 09:26:50 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-10 09:26:50 +0000
commitc2d22838c0500970f275069f19d2a0bd2a016d1b (patch)
tree66879b0bc54f15e31a14da2ea6dbd3b29868ea45 /arch
parent862d7f33414132cb73f7f3968250a071d78c191b (diff)
downloadteachos-c2d22838c0500970f275069f19d2a0bd2a016d1b.tar.xz
teachos-c2d22838c0500970f275069f19d2a0bd2a016d1b.zip
Also add iretq to boot.s
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/src/boot/boot.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/boot/boot.s b/arch/x86_64/src/boot/boot.s
index 85ae1a1..5a49d48 100644
--- a/arch/x86_64/src/boot/boot.s
+++ b/arch/x86_64/src/boot/boot.s
@@ -375,7 +375,7 @@ context_switch:
// instruction address to return to
push test_function
- iret
+ iretq
test_function:
cli