diff options
Diffstat (limited to 'board/qemu/x86/readme.txt')
-rw-r--r-- | board/qemu/x86/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt index c5e687734c..42fc2439da 100644 --- a/board/qemu/x86/readme.txt +++ b/board/qemu/x86/readme.txt @@ -1,6 +1,6 @@ Run the emulation with: - qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "root=/dev/vda" -net nic,model=virtio -net user + qemu-system-i386 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "rootwait root=/dev/vda" -net nic,model=virtio -net user Optionally add -smp N to emulate a SMP system with N CPUs. |