Documentation/Platforms/Alpha: Difference between revisions
(→Links) |
m (update Build Directions) |
||
(One intermediate revision 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 == |
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