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