Neotron-Compute / Neotron-Desktop-BIOS

A Neotron BIOS that runs as a Linux/macOS/Windows GUI application
GNU General Public License v3.0
3 stars 1 forks source link

Add support for reading/writing OS config. #12

Closed jonathanpallant closed 1 year ago

jonathanpallant commented 1 year ago

This seems to explode with a stack overflow when there's a config file.

Possibly a problem rendering panics?

thejpster commented 1 year ago

Saving the config exposed a bug in the OS around serial consoles when the serial write BIOS API returns an error - you got infinite nested panics.

Not a bug with the Desktop BIOS though!