f68b7585bc
Switch to kernel 4.0. Enable evdev for extra X testing. Drop bloat/redundant options. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
261 B
Plaintext
8 lines
261 B
Plaintext
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 -net nic,model=rtl8139 -net user
|
|
|
|
The login prompt will appear in the graphical window.
|
|
|
|
Tested with QEMU 2.2.1
|