readme.txt 336 B

123456789
  1. Run the emulation with:
  2. qemu-system-x86_64 -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
  3. Optionally add -smp N to emulate a SMP system with N CPUs.
  4. The login prompt will appear in the graphical window.
  5. Tested with QEMU 2.9.0