Hi,
In a simple command line usage
qemu-system-x86_64 -net nic -net tap,...
qemu "by default" adds a cdrom device eventhough I have not specified -cdrom
How can I start qemu without cdrom device ?
Thanks
Hi there,
I'm trying to figure out a way that I can write to the serial port in a
thread that I have made in mac_oldworld and be able to read that serial
data from my target program (currently a modified OpenBIOS).
I am writing to the essc in my mac_oldworld thread with this:
io_mem_write
On 28/08/2014 19:05, Brandon Williams wrote:
Hi there,
I'm trying to figure out a way that I can write to the serial port in
a thread that I have made in mac_oldworld and be able to read that
serial data from my target program (currently a modified OpenBIOS).
I am writing to the essc in my m