I changed the 'qemu -bios out/bios.bin -fda myfdimage.img' command in Build_overview.md to '`qemu-system-x86_64 -bios out/bios.bin -fda myfdimage.img' since QEMU doesn't use single 'qemu' command anymore and it might cause complications for new comers and beginners.
Signed-off-by: Baran Tuna <barant...@airmail.cc> --- docs/Build_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Build_overview.md b/docs/Build_overview.md index 7f37a49e..ea22af5b 100644 --- a/docs/Build_overview.md +++ b/docs/Build_overview.md @@ -19,7 +19,7 @@ processed bios image. One can use the resulting binary with QEMU by using QEMU's "-bios" option. For example: -`qemu -bios out/bios.bin -fda myfdimage.img` +`qemu-system-x86_64 -bios out/bios.bin -fda myfdimage.img` One can also use the resulting binary with Bochs. For example: -- 2.43.0 _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org