History log of /DragonOS/tools/mount_virt_disk.sh (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c7508928 21-Nov-2023 LoGin <longjin@DragonOS.org>

调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub (#450)

* 安装musl toolchain以及riscv相关的工具链

* 调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub

```shell
export ARCH=riscv64
make write_diskimage
make qemu
```

即可

调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub (#450)

* 安装musl toolchain以及riscv相关的工具链

* 调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub

```shell
export ARCH=riscv64
make write_diskimage
make qemu
```

即可在serial_opt.txt看到进入grub的提示信息

show more ...


Revision tags: V0.1.8, V0.1.7, V0.1.6, V0.1.5, V0.1.4, V0.1.3, V0.1.2, V0.1.1, V0.1.0
# ae6d8a19 30-Jul-2022 login <longjin@ringotek.cn>

Merge pull request #12 from fslongjin/patch-grub-install

:new: 更改为通过硬盘镜像启动


# b57d362c 28-Jul-2022 fslongjin <fslongjin@vip.qq.com>

:new: 更改为创建硬盘镜像


# b2e222c2 09-Jul-2022 hwzzy666 <zzy666@mail.ustc.edu.cn>

Merge branch 'master' of https://github.com/zzy666-hw/DragonOS


# e7e0d24c 07-Jul-2022 login <fslongjin@vip.qq.com>

Merge pull request #3 from zzy666-hw/master

调整创建磁盘、挂载磁盘及卸载磁盘的脚本


# 900f1865 07-Jul-2022 fslongjin <fslongjin@vip.qq.com>

修改磁盘脚本的细节


# 339570a2 06-Jul-2022 hwzzy666 <zzy666@mail.ustc.edu.cn>

调整创建磁盘、挂载磁盘及卸载磁盘的脚本


# 9b382dab 20-Apr-2022 fslongjin <fslongjin@vip.qq.com>

:new: 在fat32文件系统中按照路径寻找文件