mfld-fr / emu86

Intel IA16 emulator for embedded development
35 stars 6 forks source link

Fix Control-C Linux terminal exit #38

Closed ghaerr closed 3 years ago

ghaerr commented 3 years ago

Fixes #31.

image_close had an off-by-one that ended up closing stdin, dependent on the linker layout of the data section.

Also ensures ^C signals can be processed by setting ISIG.

mfld-fr commented 3 years ago

Nice spot of a not obvious defect, thanks !