tosc-rs / mnemos

An Operating System for Building Small Computers
https://mnemos.dev
Apache License 2.0
260 stars 18 forks source link

loopn't #324

Open spookyvision opened 3 months ago

spookyvision commented 3 months ago

source/kernel/src/serial_trace.rs has an outer loop that's not actually looping, since the second inner loop it contains never returns:

// TODO(eliza): make the host also send a heartbeat, and
// if we don't get it, break back to the idle loop...