aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/asm/proc.s
Commit message (Collapse)AuthorAge
* proc: basic infra for multithreadingTianhao Wang2024-06-11
including task and scheduler wrapper, context swap assembly, and some notes... The lifetime of task is tricky, I'll fix it later Signed-off-by: Tianhao Wang <shrik3@mailbox.org>