|  |  | 
| EnderUNIX İpucuArkadaşıma gönder , Ana Sayfa[ Genel ] "qemu" - cihan komecoglu - (2008-05-03 11:25:41) [2591] CD'den boot etmek icin: qemu -boot c -cdrom /dev/cdrom /dev/cdrom yerine herhangi bir boot edilebilir bir CD image de olur. floppy icin: qemu -boot a -fda boot.img boot.img yerine flopy aygitinin adi da yazilabilir. Isletim sistemi kurmak icin: -Ilk olarak image olusturacagimiz buyuklukte bir iso dosyasi olusturulur. dd if=/dev/zero of=win_dev.iso bs=1M count=4242 -kurulum qemu -hda ./win_dev.iso -cdrom /dev/cdrom -boot d -m 256 -localtime -usb -boot etmek qemu -hda ./win_dev.iso -boot c -m 256 -localtime -usb -full-screen -net nic -net user Arkadaşıma gönder , Ana Sayfa |  |