文档更新
This commit is contained in:
parent
124a51354d
commit
e700ab2dea
|
@ -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` 就可以使用这个系统了!
|
||||
|
||||
## 更新
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue