我正在尝试使用我在这里找到的项目在我的 Pi 上的 QEMU 上运行 Windows 98:https://www.hackster.io/314reactor/windows-98-wrist-watch-15ecfd。当我跑步时
qemu-system-i386 -localtime -cpu 486 -m 96 -hda windows98.img
有人告诉我
WARNING: Image format was not specified for 'Windows98.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
QEMU 仍然打开,但它显示
Disk I/O error replace the disk then press any key
当按下任意键时,相同的消息会继续出现。我运行了代码
qemu-system-i386 -drive format=raw,file=Windows98.img
尝试让原始格式消息消失,这有效,但是在 QEMU 中,磁盘 I/O 错误消息仍然出现。