No description
Find a file
Celeste Liu 850d7c93e3
refactor(mkimg): remove hack for systemd-firstboot since 252 has released
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
2022-11-24 13:21:47 +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 refactor(mkimg): remove hack for systemd-firstboot since 252 has released 2022-11-24 13:21:47 +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(startqemu): add argument parser for specifying different qcow image (#7) 2022-09-15 13:24:12 +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]