Skip to content

Commit

Permalink
Update platforms in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Graham MacDonald <[email protected]>
  • Loading branch information
gmacd authored and orangecms committed Aug 28, 2024
1 parent 9b95ad2 commit d6a0ade
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ check to ensure `qemu` or `qemu-kvm` is installed and the

R9 can be run using qemu for the various supported architectures:

|Arch|Commandline|
|----|-----------|
|aarch64|cargo xtask qemu --arch aarch64 --verbose|
|x86-64|cargo xtask qemu --arch x86-64 --verbose|
|x86-64 (with kvm)|cargo xtask qemu --arch x86-64 --kvm --verbose|
|riscv|cargo xtask qemu --arch riscv64 --verbose|
|Arch|Platform|Commandline|
|----|--------|-----------|
|aarch64|raspi3b|cargo xtask qemu --arch aarch64 --verbose|
|aarch64|raspi4b|cargo xtask qemu --arch aarch64 --config raspi4b --verbose|
|x86-64|q35|cargo xtask qemu --arch x86-64 --verbose|
|x86-64 (with kvm)|q35|cargo xtask qemu --arch x86-64 --kvm --verbose|
|riscv|virt|cargo xtask qemu --arch riscv64 --verbose|

## Running on Real Hardware™️

Expand Down

0 comments on commit d6a0ade

Please sign in to comment.