文档更新

This commit is contained in:
xiaoyi1212 2024-05-21 22:51:00 +08:00
parent 124a51354d
commit e700ab2dea
2 changed files with 2 additions and 2 deletions

View File

@ -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` 就可以使用这个系统了!
## 更新

View File

@ -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