Implement SSE instructions

This commit is contained in:
2026-03-07 17:36:09 +01:00
parent 40bfc1e916
commit 5e616c1879
16 changed files with 80 additions and 15 deletions

View File

@@ -2,8 +2,8 @@
.global do_sched1
do_sched1:
movq %rsi, %cr3
movq %rdi, %rsp
movq %rsi, %cr3
pop_regs
addq $16, %rsp
iretq