From c8ede72f7d61eb199c521819daef44b87aa78d68 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 14 Feb 2021 12:34:05 +0100 Subject: [PATCH] Update getting-started.md --- user/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/getting-started.md b/user/getting-started.md index 05b04119..38c47e24 100644 --- a/user/getting-started.md +++ b/user/getting-started.md @@ -85,7 +85,7 @@ Notes To boot/install hello in UEFI mode, first install [OVMF Open Virtual Machine Firmware](https://github.com/tianocore/tianocore.github.io/wiki/OVMF) on your host side. The package name for Fedora 32 is `edk2-ovmf` -Then add these two qemu-system-x86_64 options for the Qemu VM start: +Then add these two `qemu-system-x86_64` options: ``` -bios /usr/share/edk2/ovmf/OVMF_CODE.fd \ -smbios type=0,vendor=0vendor,version=0version,date=0date,release=0.0,uefi=on \