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