EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.15k stars 270 forks source link

rcbus-8085 signal handling #1004

Closed EtchedPixels closed 1 year ago

EtchedPixels commented 1 year ago

This also needs debug for a 0.4 release

Currrently seems the handler is simply not happening. May be a compiler bug

EtchedPixels commented 1 year ago

First set of fixes pushed. This gets shutdown working but there is something not quite right, possibly syscall return interactions, when sh takes a signal (eg ^C at the shell prompt).

EtchedPixels commented 1 year ago

bug in longjmp handling in the 8085 C lib code