aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/proc.txt
blob: 29b2e9235eb4250c4cf64efc422103ee22e9a265 (plain) (blame)
1
2
3
Each thread should obviously have a thread control block (tcb) which lives in
kernelspace and has pointers to virtual memory allocations, along with PID and
other required data. That's about what I can come up with at the moment.