Closed asensio-project closed 1 year ago
You mean while cargo test
runs? Or still afterwards?
In case you mean the former: that's probably because we're forwarding stdin to QEMU. Let me try to fix this.
I opened https://github.com/rust-osdev/bootloader/pull/339 to set stdin
to null
for the QEMU command. Could you try whether this fixes your issue?
I tried it, and it fixes it. Thanks!
Hello,
After I execute
cargo test
the STDOUT of my terminal blocks, so I cannot see what I am writing. This happens after #333. I think that it's an unclosed pipe in the run_qemu() function, but I don't know anything more.I am working for fixing it. And I will publish a PR. But if someone knows something...
Thanks!