|
|
@ -53,15 +53,18 @@ A rootfs is created at `build/$(arch)` and converted to `qcow2`.
|
|
|
|
|
|
|
|
|
|
|
|
| | x86_64 | aarch64 | riscv32 | riscv64 | mipsel |
|
|
|
|
| | x86_64 | aarch64 | riscv32 | riscv64 | mipsel |
|
|
|
|
| ------------------ | ------ | ------- | ------- | ------- | ------ |
|
|
|
|
| ------------------ | ------ | ------- | ------- | ------- | ------ |
|
|
|
|
| ucore | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| ucore | ✅ | ✅ | ✅ | ✅ | ❗ |
|
|
|
|
| rust | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| rust | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| biscuit | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| biscuit | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| nginx (linux only) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| nginx (linux only) | ✅ | ✅ | ❗ | ✅ | ❗ |
|
|
|
|
| redis (linux only) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| redis (linux only) | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| busybox | ✅ | ✅ | ❌ | ✅ | 🚧 |
|
|
|
|
| busybox | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
|
|
| alpine rootfs | ✅ | ✅ | ❌ | ❌ | ❌ |
|
|
|
|
| alpine rootfs | ✅ | ✅ | ❌ | ❌ | ❌ |
|
|
|
|
| iperf3 | ✅ | ❌ | ❌ | ❌ | ❌ |
|
|
|
|
| iperf3 | ✅ | ❌ | ❌ | ❌ | ❌ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note: ❗ means workarounds are used so that they may not work properly. ❌ means failure in compiling or not existed on such platform.
|
|
|
|
|
|
|
|
|
|
|
|
## How to run real world programs
|
|
|
|
## How to run real world programs
|
|
|
|
|
|
|
|
|
|
|
|
### How to use Redis
|
|
|
|
### How to use Redis
|
|
|
|