Files
doslang-mirror/TODO.md
T
2026-08-16 06:12:59 +09:00

324 B

TODO

  • Add a non-reboot abort path for a hung DOS command: inject Ctrl+C through QEMU's monitor and wait for the serial agent to recover.
  • Apply a configurable timeout to dos_exec and invoke the non-reboot abort path on timeout.
  • Expose dos_abort for an immediate user-requested command interruption.