Skip to content

Commit 0a2e604

Browse files
fdrrbradford
authored andcommitted
Add AArch64 build section
I tested this on my x86-64 laptop, and it built without any problem. Later I will try the output to see if it runs with cloud-hypervisor to possibly add a "running" section, but I have to arrange the correct server first. Signed-off-by: Daniel Farina <[email protected]>
1 parent 42a970b commit 0a2e604

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,22 @@ $ qemu-system-x86_64 -machine q35,accel=kvm -cpu host,-vmx -m 1G\
9494
-device virtio-blk-pci,drive=os,disable-legacy=on
9595
```
9696

97+
## AArch64 Support
98+
99+
### Building
100+
101+
To compile:
102+
103+
```
104+
cargo build --release --target aarch64-unknown-none.json -Zbuild-std=core,alloc -Zbuild-std-features=compiler-builtins-mem
105+
```
106+
107+
The result will be in:
108+
109+
```
110+
target/aarch64-unknown-none/release/hypervisor-fw
111+
```
112+
97113
## RISC-V Support
98114

99115
Experimental RISC-V support is available. This is currently designed to run as a

0 commit comments

Comments
 (0)