Files
mop3/kernel/amd64/sched.S
kamkow1 d1d772cb42
All checks were successful
Build documentation / build-and-deploy (push) Successful in 23s
Fix user apps randomly crashing (APIC, GDT layout, syscall entry)
2026-01-14 19:51:18 +01:00

10 lines
139 B
ArmAsm

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