No description
Find a file
2022-09-15 14:45:23 +08:00
.gitignore feat: add mkimg script to make qemu img (lack compressed kernel support) 2022-05-23 21:11:54 +08:00
0001-riscv-fix-compitible-with-binutils-2.38.patch feat: add mkimg script to make qemu img (lack compressed kernel support) 2022-05-23 21:11:54 +08:00
0002-virtio-pci-fix-bug-of-virtio_pci_map_capability.patch fix(mkimg/uboot): fix virtio_pci_map_capability 2022-08-29 18:50:37 +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(mkrootfs&mkimg): fix argument parser (#6) 2022-09-13 12:05:55 +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]