kernel-mode #1

Manually merged
anton merged 69 commits from kernel-mode into master 2021-11-16 08:02:40 +01:00
Showing only changes of commit f9b0bac245 - Show all commits

View File

@ -79,5 +79,5 @@ class InstructionAccessFault(CpuTrap):
class TimerInterrupt(CpuTrap):
def __init(self):
def __init__(self):
super().__init__(7, 0, CpuTrapType.TIMER)