Qemu & powerpc


esempi di utilizzo dell'emulatore qemu-ppc

primo passo:
compilare da aur qemu-git:
/home/sacarde/pkg/qemu-git/qemu-git-20110217-1-x86_64.pkg/usr/bin
(montare l'iso in loop dove previsto)



[opensuse]
./qemu-system-ppc -m 500 -hda /home/sacarde/hdb.img -cdrom /home/sacarde/dati-estranei/iso/openSUSE-11.1-NET-ppc.iso -boot d -net nic,model=e1000 -net tap,ifname=tap0 -cpu G4 -M mac99



[gentooppc]
./qemu-system-ppc -m 500 -hda /home/sacarde/hd.img -cdrom /home/sacarde/gentooppc.iso -boot d -net nic -net tap,ifname=tap0 -kernel /home/sacarde/apple -initrd /home/sacarde/apple.igz -append "cdroot root=/dev/ram0 init=linuxrc loop=image.squashfs looptype=squashfs console=tty0 video=ofonly" -cpu G4 -M mac99



[debian 5]
./qemu-system-ppc -m 500 -hda /home/sacarde/dati-estranei/qemu/debian_lenny_powerpc_small.aj.qcow2 -boot c -net nic,model=e1000 -net tap,ifname=tap0 -cpu G4 -M mac99



[YDL]
./qemu-system-ppc -m 500 -hda /home/sacarde/dati-estranei/qemu/hd-YDL.img -cdrom /home/sacarde/dati-estranei/iso/2010-07-23_archppc-ftp.iso -boot c -net nic,model=ne2k_pci -net tap,ifname=tap0 -kernel /home/sacarde/approfondimenti/qemu-ppc/YDL/vmlinux-2.6.23-9.ydl6.1 -initrd /home/sacarde/approfondimenti/qemu-ppc/YDL/initrd-2.6.23-9.ydl6.1.img -append "rhgb quiet root=LABEL=/" -cpu G4 -M mac99



[archppc oldworld]
./qemu-system-ppc -m 1000 -hda /home/sacarde/hdb.img -cdrom /home/sacarde/dati-estranei/iso/2010-07-23_archppc-ftp.iso -boot d -net nic,model=e1000 -net tap,ifname=tap0



p.s.
discussioni correlate:
- http://info66.net/w/?p=194
- http://qemu-forum.ipi.fi/viewtopic.php?f=4&t=5967
- http://bugs.archlinuxppc.org/index.php?do=details&task_id=4


Articolo tratto da: #341724 Linux - http://sacarde.altervista.org/
URL di riferimento: http://sacarde.altervista.org/index.php?mod=read&id=1299574161