1
在QEMU中引导原始磁盘映像
我从这里有一个磁盘映像文件;该页面显示我可以使用QEMU和以下命令引导该映像: $ qemu-system-x86_64 -m 4096 -ctrl-grab -no-reboot x86-64.img 这给出了一条信息: WARNING: Image format was not specified for 'x86-64.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. 模拟器已加载,但PilOS崩溃,这意味着我做错了什么: (可能是因为PilOS想要写入块0,但不能写入) 该raw命令行参数,据我所知,这意味着这样传递: …