Age | Commit message (Expand) | Author |
---|---|---|
12 days | kern/amd64: panic: Halt all processors on panic | Ian Moffett |
2025-09-23 | kern/amd64: proc: Deallocate mapped frames on exit | Ian Moffett |
2025-09-21 | kern: bus: Simply return bus_space, don't remap | Ian Moffett |
2025-09-20 | kern: pci: Add bus framework and PCI BAR mapper | 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 |
2025-09-14 | kern/amd64: cpu: Add routine to get current core | Ian Moffett |
2025-09-13 | os/amd64: Add panic() | Ian Moffett |