9d5b5b7bfb
This is similar to the ppc64_pseries config, except we build for little endian instead of big endian. The default architecture is set to Power8 as this was the first fully enabled LE machine. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
Run the emulation with:
|
|
|
|
qemu-system-ppc64le -M pseries -nographic \
|
|
-kernel output/images/vmlinux \
|
|
-initrd output/images/rootfs.ext2
|
|
|
|
The login prompt will appear in the terminal window.
|
|
|
|
Tested with QEMU 2.10.0
|