bochs镜像XP的要完整的~谢谢 50
可以下载 Bochs-2.6.2.exe 在电脑上安装 bochs ,制做一个镜像。
制做4G虚拟硬盘文件命令:
D:\Bochs-2.6.2\bximage.exe -hd -size=4096 -mode=growing -q c.img
用记事本写一个 1xp.bxrc 文件,文件内容:
# how much memory the emulated machine will have
megs: 128
romimage: file=BIOS-bochs-latest
vgaromimage: file = VGABIOS-lgpl-latest
ata0-master: type=disk, mode=growing, path="c.img"
ata0-slave: type=cdrom, path="zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070.iso", status=inserted
#boot: disk
boot: cdrom
log: bochsout
mouse: enabled=0
keyboard_mapping: enabled=1, map=keymaps/x11-pc-us.map
pci: enabled=1, chipset=i440fx
ne2k: ioaddr=0x300, irq=9, mac=b0:c4:20:00:00:01, ethmod=null, ethdev=eth0
zh-hans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070.iso是安装光盘映像文件。双击 1xp.bxrc 文件开始安装。