[SeaBIOS] [PATCH] Documentation Change

Baran Tuna via SeaBIOS posted 1 patch 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20250831111220.8659-2-barantbsd@airmail.cc
docs/Build_overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[SeaBIOS] [PATCH] Documentation Change
Posted by Baran Tuna via SeaBIOS 3 weeks ago
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 <barantbsd@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-leave@seabios.org