A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU

Refactor QEMU command options for improved serial output handling

+4 -2
+4 -2
main.ts
··· 68 68 "-device", 69 69 "e1000,netdev=net0", 70 70 "-nographic", 71 - "-serial", 72 - "stdio", 73 71 "-monitor", 74 72 "none", 73 + "-chardev", 74 + "stdio,id=con0,signal=off", 75 + "-serial", 76 + "chardev:con0", 75 77 ], 76 78 stdin: "inherit", 77 79 stdout: "inherit",