Skip to content

Commit

Permalink
! update enviroment config
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Nov 6, 2023
1 parent 3efb334 commit c9830d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,29 @@ VirtIO guest drivers in Rust. For **no_std** environment.
### [x86_64](./examples/x86_64)

```bash
# Fist Compile
rustup target add x86_64-unknown-none

cd examples/x86_64
make qemu
```

### [aarch64](./examples/aarch64)

```bash
# Fist Compile
rustup target add aarch64-unknown-none

cd examples/aarch64
make qemu
```

### [RISCV](./examples/riscv)

```bash
# First Compile
rustup target add riscv64imac-unknown-none-elf

cd examples/riscv
make qemu
```
Expand Down

0 comments on commit c9830d6

Please sign in to comment.