Age | Commit message (Expand) | Author |
---|---|---|
3 days | kern: proc: Implement process sleeping and waking | Ian Moffett |
3 days | kern/amd64: Try to continue if no proc on switch | Ian Moffett |
3 days | kern/amd64: Set RBP when kicking processes | Ian Moffett |
5 days | kern: proc: Remove redundant flag set | Ian Moffett |
5 days | kern/amd64: proc: Mark process as exiting on kill | Ian Moffett |
6 days | kern: proc: Add initial penv block support | Ian Moffett |
6 days | kern/amd64: Attempt to dequeue on a cores first go | Ian Moffett |
2025-09-23 | kern/amd64: proc: Deallocate mapped frames on exit | Ian Moffett |
2025-09-19 | kern/amd64: proc: Add proc_self() | Ian Moffett |
2025-09-17 | kern/amd64: proc: Add proc_kill() routine | Ian Moffett |
2025-09-17 | kern/amd64: proc: Add initial context switch logic | Ian Moffett |
2025-09-16 | kern/amd64: proc: Do not kick proc in md_set_ip() | Ian Moffett |
2025-09-16 | kern: proc: Add initialization code for ring 3 | Ian Moffett |
2025-09-16 | kern: proc: Add initial proc init + PCB code | Ian Moffett |