Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp Oppermann
745d12d7f5 Merge pull request #1151 from lovemeforareason/qem1
Remove warning output from QEMU command.
2022-10-10 09:16:15 +02:00
lovemeforareason
f905e7aa2b Remove warning output from QEMU command. 2022-10-03 10:39:46 -04:00

View File

@@ -448,7 +448,6 @@ We can now boot the disk image in a virtual machine. To boot it in [QEMU], execu
```
> qemu-system-x86_64 -drive format=raw,file=target/x86_64-blog_os/debug/bootimage-blog_os.bin
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
```
This opens a separate window which should look similar to this: