tosc-rs / mnemos

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

x86 QEMU runner could automagically attach crowtty #333

Open hawkw opened 2 months ago

hawkw commented 2 months ago

it would be cool if the binary that runs the x86_64 kernel in QEMU could also tell QEMU to make a virtual serial port and attach crowtty to that virtual serial port.

i think we would need to add a UART driver for x86_64 before this is actually useful though (see #222)