mirror of
https://github.com/dockur/windows.git
synced 2026-01-23 19:33:14 +00:00
feat: Improved compatibility with old CPU's (#397)
This commit is contained in:
@@ -33,6 +33,7 @@ fi
|
||||
|
||||
terminal
|
||||
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
|
||||
( sleep 6; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) &
|
||||
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
|
||||
wait $! || :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user