This is for https://pdos.csail.mit.edu/6.1810/2025/tools.html
sudo dnf install git @development-tools gcc-riscv64-linux-gnu qemu-system-riscv bc
That should be enough to do make qemu!
This is for https://pdos.csail.mit.edu/6.1810/2025/tools.html
sudo dnf install git @development-tools gcc-riscv64-linux-gnu qemu-system-riscv bc
That should be enough to do make qemu!
Breakdown:
gitto solvebash: git: command not found@development-toolsto solvebash: make: command not foundgcc-riscv64-linux-gnuto solve:qemu-system-riscvto solvemake: qemu-system-riscv64: No such file or directorybcto solve/bin/sh: line 1: bc: command not foundTODO: figure out
gdband the rest