alkhimey / Ada_Kernel_Module_Framework

Framework for writing Linux kernel modules in Ada
http://www.nihamkin.com/tag/kernel.html
27 stars 2 forks source link

Implement exception handling #5

Open alkhimey opened 6 years ago

alkhimey commented 6 years ago

Currently raising an exception will crash the Kernel.

Need to fix exception raising/catching mechanism. Need to gracefully remove the module when exception reaches top level of stack.