You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to use interactive ProcessConsole shell with 486 QEMU VGA mode (tock/boards/qemu_i486_q35). Below is a video showing the issue. When I run cargo run -- -display none I am able to access the tock command line (0:06), but when I run make run I get the VGA window, but if I try to enter something in the VGA window (0:17) it crashes or if I try to enter something at the command line (0:28) it doesn't look like the tock command line is running. Am I doing something wrong, or is this a bug?
tockos_486_qemu_no_command_line.mp4
BTW Thanks for adding the display option for QEMU!!
I am unable to use interactive ProcessConsole shell with 486 QEMU VGA mode (tock/boards/qemu_i486_q35). Below is a video showing the issue. When I run
cargo run -- -display noneI am able to access the tock command line (0:06), but when I runmake runI get the VGA window, but if I try to enter something in the VGA window (0:17) it crashes or if I try to enter something at the command line (0:28) it doesn't look like the tock command line is running. Am I doing something wrong, or is this a bug?tockos_486_qemu_no_command_line.mp4
BTW Thanks for adding the display option for QEMU!!