mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 00:06:34 +00:00
Run OSDK tests in host environment
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
aaf101a53e
commit
951b2f98dd
@ -27,7 +27,7 @@ the following tools need to be installed:
|
||||
- cargo-binutils
|
||||
- gcc
|
||||
- qemu-system-x86_64
|
||||
- grub-mkrescue
|
||||
- grub
|
||||
- ovmf
|
||||
- xorriso
|
||||
|
||||
@ -42,7 +42,8 @@ cargo install cargo-binutils
|
||||
|
||||
Other tools can be installed by
|
||||
```bash
|
||||
apt install build-essential grub2-common qemu-system-x86 ovmf xorriso
|
||||
apt install build-essential grub-efi-amd64 grub2-common \
|
||||
libpixman-1-dev mtools qemu-system-x86 ovmf xorriso
|
||||
```
|
||||
|
||||
### Install
|
||||
|
Reference in New Issue
Block a user