Documentation/Platforms/HPPA: Difference between revisions
HelgeDeller (talk | contribs) mNo edit summary |
|||
Line 3: | Line 3: | ||
== Build Directions == | == Build Directions == | ||
for system emulation | |||
./configure --target-list=hppa-softmmu && make | |||
for user mode | |||
./configure --target-list=hppa-linux-user && make | ./configure --target-list=hppa-linux-user && make | ||
== Suggested Command-Line == | == 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> | qemu-hppa <binary file> | ||
Latest revision as of 11:11, 1 April 2019
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>