mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix wrong location for bootimage (#647)
This commit is contained in:
committed by
Philipp Oppermann
parent
420d67f092
commit
3d015be1fc
@@ -409,7 +409,7 @@ We can now boot the disk image in a virtual machine. To boot it in [QEMU], execu
|
||||
[QEMU]: https://www.qemu.org/
|
||||
|
||||
```
|
||||
> qemu-system-x86_64 -drive format=raw,file=bootimage-blog_os.bin
|
||||
> 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]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user