stevenewald / edge-os

Computing on the edge
3 stars 0 forks source link

Add fault handling to processes #24

Closed stevenewald closed 1 day ago

stevenewald commented 2 days ago

This doesn't handle hard faults. I don't think we should for this project - no user process should be able to raise a hard fault

stevenewald commented 1 day ago

Also, the next commit will add error handling if a process doesn't provide a fault handler