mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 22:43:23 +00:00
调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub (#450)
* 安装musl toolchain以及riscv相关的工具链 * 调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub ```shell export ARCH=riscv64 make write_diskimage make qemu ``` 即可在serial_opt.txt看到进入grub的提示信息
This commit is contained in:
1
tools/arch/riscv64/.gitignore
vendored
Normal file
1
tools/arch/riscv64/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/u-boot*
|
Reference in New Issue
Block a user