Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
88 stars 9 forks source link

Implement fatal signal handling #87

Closed OlliV closed 9 years ago

OlliV commented 9 years ago

Currently fatal signals are mostly not handled and most errors (DAB, illegal instructions etc.) will just crash the kernel instead of delivering and handling a fatal signal.