aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/kernel/head.S
AgeCommit message (Collapse)Author
2022-04-24fix rv32 compile errorsKimplul
2022-04-24start initial irq handlingKimplul
+ Still lots todo, and I'm not entirely sure how I should handle program space switches (mainly since the kernel uses the process' stack, maybe it shouldn't?)