blob: de50f3c4a427fc1ddf4a91bec5858d48d16746b2 (
plain)
1
2
3
4
5
6
7
|
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
The login prompt will appear in the graphical window.
Tested with QEMU 1.1.1
|