Simple and Trivial Kernel for Advanced Reduced Instruction Set Computer Machines
Go to file
giomba c4bfb74eef Tested some exceptions; Added a simple panic function
Working exception handlers at the moment:
- und
- swi
- data_abt
Others not tested (yet)
2018-12-30 23:45:46 +01:00
dbg First commit 2018-12-28 09:20:09 +01:00
include Interrupt Vector Table, first tests 2018-12-30 22:44:14 +01:00
src Tested some exceptions; Added a simple panic function 2018-12-30 23:45:46 +01:00
.gitignore First commit 2018-12-28 09:20:09 +01:00
Makefile Interrupt Vector Table, first tests 2018-12-30 22:44:14 +01:00