Documentation/Platforms/HPPA

From QEMU
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

HPPA is a CPU architecture developed by Hewlett-Packard. This target only works on Linux.

Build Directions

for system emulation

 ./configure --target-list=hppa-softmmu && make

for user mode

 ./configure --target-list=hppa-linux-user && make

Suggested Command-Line

for system emulation

 qemu-system-hppa -drive file=hdd.img -drive file=debian-10.0-hppa-NETINST-1.iso,media=cdrom -boot order=d -nographic -serial mon:stdio -accel tcg,thread=multi -smp cpus=2

for user mode

 qemu-hppa <binary file>

Links

Wikipedia article on Hewlett-Packard's PA-RISC
More QEMU-HPPA documentation

Maintainer Contact Info

Richard Henderson <rth@twiddle.net>