Readme
This commit is contained in:
parent
b365f34f0f
commit
edbe058d9f
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# OpenBSD RISC-V on QEMU
|
||||||
|
|
||||||
|
This is a helper makefile to run OpenBSD on QEMU RISC-V. It will download the OpenBSD installer image and create a qcow2 image to boot from.
|
||||||
|
It also handles checksum verification using signify and cksum.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo dnf install qemu-system-riscv-core make curl tar signify qemu-img
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
make installer # Launch qemu with the OpenBSD installer image attached
|
||||||
|
make run # Launch qemu with the qcow2
|
||||||
|
```
|
Loading…
Reference in a new issue