Hi,
I'm trying to use qemu-system-i386 on FreeBSD 10.3. I've installed it from current ports, qemu-devel-2.6.0_2. Problem is I can't get the normal output from a console, it seems like it prints only 1st character of each line. Though blindly I'm able to switch to the console (esc-2) and exit it.
The basic command I'm trying to run:
I'm able to put the monitor on serial console like this:
And switch with ctrl-a+c , but I really need to see the output as in curses output. I tried to downgrade to the emulators/qemu version but the issue is the same. I even tried to reinstall ncurses, but it yielded no change.
I'm trying to use qemu-system-i386 on FreeBSD 10.3. I've installed it from current ports, qemu-devel-2.6.0_2. Problem is I can't get the normal output from a console, it seems like it prints only 1st character of each line. Though blindly I'm able to switch to the console (esc-2) and exit it.
The basic command I'm trying to run:
qemu-system-i386 -s -curses
I'm able to put the monitor on serial console like this:
qemu-system-i386 -s -nographic -serial mon:stdio
And switch with ctrl-a+c , but I really need to see the output as in curses output. I tried to downgrade to the emulators/qemu version but the issue is the same. I even tried to reinstall ncurses, but it yielded no change.