QEMU上裝winXP
參閱:
http://uwhug.org.uk/index.pl?QEmu_Installation_Guide
http://www.linuxquestions.org/questions/showthread.php?t=320569
設一個4G的檔案為虛擬硬碟空間:
dd if=/dev/zero of=XP.img bs=1M seek=4000 count=0
以CDROM開機是這樣:
qemu -cdrom /dev/hdc -hdb XP.img
以光碟ISO檔開機是這樣:
qemu -cdrom ../XP_SP1_TW.iso -hdb XP.img
然後....
0 Comments:
Post a Comment
<< Home