No description
Find a file
2025-02-08 19:49:15 +03:30
.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 updated build script 2025-02-08 18:38:51 +03:30
mkrootfs Ready to use 2025-02-08 19:49:15 +03:30
README.md Update file README.md 2025-02-07 22:06:28 +00:00
startqemu.sh Fix startqemu.sh for new QEMU (#20) 2024-09-24 15:12:39 +08:00

Parch Linux RISC-V RootFS Builder

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

This is only for Testing Parch Gnu/Linux on Risc-V.

This Script is forked from Archriscv Scriptlet

Prerequisite

  • arch-install-scripts
  • parted
  • git
  • qemu-img
  • qemu-system-riscv
  • riscv64-linux-gnu-gcc
  • devtools-riscv64 (AUR)

Todo

  • Add devtools-riscv64 to ppr
  • Add Risc-v to ppr (the Arch)
  • Write wiki page for Parch Risc-v

Build Step

./mkrootfs
./mkimg

Start QEMU

Important

You must use fallback initrd first, and re-generate initramfs with mkinitcpio -P to use non-fallback version later.

./startqemu.sh [qcow image file]