1 Star 0 Fork 168

RuochuYuu/2024-exercises-stage-1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
boot_exp.sh 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
RuochuYuu 提交于 2024-06-06 22:21 . v1
sudo qemu-system-riscv64 \
-machine 'virt' \
-cpu 'rv64' \
-m 1G \
-device virtio-blk-device,drive=hd \
-drive file=/home/kita/2024-exercises-virtual-machines/stage-1.qcow2,if=none,id=hd \
-virtfs local,id=lee,path=./,mount_tag=lee,security_model=passthrough \
-bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf \
-kernel /usr/lib/u-boot/qemu-riscv64_smode/uboot.elf \
-object rng-random,filename=/dev/urandom,id=rng \
-device virtio-rng-device,rng=rng \
-nographic \
-append "root=LABEL=rootfs console=ttyS0"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ruochuyuu/2024-exercises-stage-1.git
git@gitee.com:ruochuyuu/2024-exercises-stage-1.git
ruochuyuu
2024-exercises-stage-1
2024-exercises-stage-1
master

搜索帮助