summaryrefslogtreecommitdiff
path: root/board/qemu/x86/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'board/qemu/x86/readme.txt')
-rw-r--r--board/qemu/x86/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt
index c06d24faa..4ba6607f3 100644
--- a/board/qemu/x86/readme.txt
+++ b/board/qemu/x86/readme.txt
@@ -1,5 +1,5 @@
Run the emulation with:
- qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
+ qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda
The login prompt will appear in the graphical window.