Documentation/Platforms/Alpha: Difference between revisions
(Initial commit) |
m (update Build Directions) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
The alpha processor is a processor that was made by Digital Electronics Corporation. | The alpha processor is a processor that was made by Digital Electronics Corporation. | ||
== Build Directions == | |||
./configure --target-list=alpha-softmmu && make | |||
== Suggested Command-line == | == Suggested Command-line == | ||
Line 8: | Line 11: | ||
[https://virtuallyfun.superglobalmegacorp.com/category/dec-alpha/page/2/ Fun With Virtualization article on QEMU and Alpha platform]<br> | [https://virtuallyfun.superglobalmegacorp.com/category/dec-alpha/page/2/ Fun With Virtualization article on QEMU and Alpha platform]<br> | ||
[https://en.wikipedia.org/wiki/DEC_Alpha Wikipedia article on the Alpha platform]<br> | [https://en.wikipedia.org/wiki/DEC_Alpha Wikipedia article on the Alpha platform]<br> | ||
[https://www.debian.org/releases/woody/alpha/ch-hardware-req.en.html Installing Debian Linux on Alpha]<br> | |||
== Contacts == | == Contacts == | ||
Maintainer: [mailto:rth@twiddle.net Richard Henderson ] | Maintainer: [mailto:rth@twiddle.net Richard Henderson ] |
Latest revision as of 14:22, 18 July 2017
Description
The alpha processor is a processor that was made by Digital Electronics Corporation.
Build Directions
./configure --target-list=alpha-softmmu && make
Suggested Command-line
qemu-system-alpha -hda <hard drive image file> -kernel <kernel file> -append ‘console=ttyS0’ -initrd <initrd file>
Links
Fun With Virtualization article on QEMU and Alpha platform
Wikipedia article on the Alpha platform
Installing Debian Linux on Alpha
Contacts
Maintainer: Richard Henderson