Age | Commit message (Expand) | Author |
---|---|---|
2018-10-23 | Lots of hacking: | Andreas Kling |
2018-10-22 | Add IRQHandler class that can be subclasses to handle an IRQ. | Andreas Kling |
2018-10-19 | Turn the syscall interrupt into a trap (by switching the gate type.) | Andreas Kling |
2018-10-18 | Add Regions concept to Task. | Andreas Kling |
2018-10-18 | More paging stuff. | Andreas Kling |
2018-10-18 | Actually destroy tasks after they crash. | Andreas Kling |
2018-10-18 | Hang if we GPF in ring 0. | Andreas Kling |
2018-10-17 | A userspace process can now GPF and the OS goes on! | Andreas Kling |
2018-10-16 | Import the "gerbert" kernel I worked on earlier this year. | Andreas Kling |