No description
Find a file
2023-01-23 18:07:53 +08:00
.gitignore feat: add mkimg script to make qemu img (lack compressed kernel support) 2022-05-23 21:11:54 +08:00
LICENSE chore: add LICENSE file and copyright comment 2022-07-27 15:58:27 +08:00
LICENSE.GPL3 chore: add LICENSE file and copyright comment 2022-07-27 15:58:27 +08:00
mkimg fix(mkimg): early quit if nbd module is missing (#10) 2023-01-23 18:07:53 +08:00
mkrootfs fix(mkrootfs&mkimg): fix argument parser (#6) 2022-09-13 12:05:55 +08:00
README.md docs(readme): add README.md file (#8) 2022-09-15 14:45:23 +08:00
startqemu.sh feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9) 2022-12-01 22:06:37 +08:00

Arch RISC-V Scriptlet

Useful scripts for building and running Arch RISC-V Qcow image.

Prerequisite

  • arch-install-scripts
  • git
  • qemu-img
  • qemu-system-riscv
  • riscv64-linux-gnu-gcc

Build Step

./mkrootfs
./mkimg

Start QEMU

./startqemu.sh [qcow image file]