使用命令dd强制将引导程序boot.bin写入引导扇区:
dd if=boot.bin of=/home/parallels/Documents/bochs-2.6.9/boot.img bs=512 count=1 conv=notrunc
在P39页有完整的讲解命令的意思
注意: 书中使用的: of=../../bochs-2.6.9/boot.img 是错误的.
使用命令:
./bochs -f .bochsrc
书中使用的bochs -f ./bochsrc 是错误的.
在出现黑屏之后, 在原来的命令行中输入c就可以继续执行, 成功的启动虚拟机
原文地址:https://www.cnblogs.com/huangZ-H/p/10041124.html
时间: 2024-11-06 07:24:18