diff --git a/blog/2019-03-11_introduction-to-qemu.md b/blog/2019-03-11_introduction-to-qemu.md index ec8e2dc..20f7fe0 100644 --- a/blog/2019-03-11_introduction-to-qemu.md +++ b/blog/2019-03-11_introduction-to-qemu.md @@ -18,7 +18,8 @@ and Xen? With [QEMU](https://www.qemu.org/) your VMs are defined as the arguments passed to QEMU on its invocation at the command line. For example, you might invoke a VM as such (note that **`>`** is a -[**$PS2** prompt](http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x157.html)): +[$PS2 prompt](http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x157.html)): + ``` $ qemu-system-x86_64 -machine type=q35 --enable-kvm -cpu host -smp cpus=8 \ > -m 512M -netdev user,id=net0 -device e1000,netdev=net0 -hda dsk/vm-hdd.qcow