From e700ab2dea3b52ae00e129dd0afd6d80677a4389 Mon Sep 17 00:00:00 2001 From: xiaoyi1212 Date: Tue, 21 May 2024 22:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh-CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index a9b3ea9..387a3e8 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -22,7 +22,7 @@ - 在终端上运行 `python build.py`,项目将开始构建 - 运行 `grub-mkrescue -o cpos.iso isodir` 来打包 iso 文件 -- 运行 `qemu-system-i386 -cdrom cpos.iso` 就可以使用这个系统了! +- 运行 `qemu-system-i386 -cdrom cpos.iso -serial stdio -hda diskx.img -boot d` 就可以使用这个系统了! ## 更新 diff --git a/README.md b/README.md index 9ad9d69..c078e83 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You need to install them on your computer: - Run `python build.py` on your terminal then it is going to build - Run `grub-mkrescue -o cpos.iso isodir` to package the iso file -- Run `qemu-system-i386 -cdrom cpos.iso` and you can use the system! +- Run `qemu-system-i386 -cdrom cpos.iso -serial stdio -hda diskx.img -boot d` and you can use the system! ## Update