Files
mop3/kernel/amd64/sched.S
kamkow1 e52268cd8e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
First Hello world syscall
2026-01-03 02:04:09 +01:00

11 lines
144 B
ArmAsm

#include <amd64/regsasm.h>
.global amd64_do_sched
amd64_do_sched:
cli
movq %rsi, %cr3
movq %rdi, %rsp
pop_regs
add $16, %rsp
iretq