Difference between revisions of "HOWTO-Debug-Endian-Issues"

Jump to navigation Jump to search
Use es1370 for the soundhw parameter, and add the two different options
(Emphasize preference for Squeeze, and link to the GCC compilation instructions page)
(Use es1370 for the soundhw parameter, and add the two different options)
Line 32: Line 32:
  START qemu-system-ppcw.exe ^
  START qemu-system-ppcw.exe ^
  -name debianPPC ^
  -name debianPPC ^
  -L Bios -vga std -soundhw ac97 ^
  -L Bios -vga std -soundhw es1370 ^
  -m 512M ^
  -m 512M ^
  -boot menu=on,splash=./bootsplash.bmp,splash-time=3000 ^
  -boot menu=on,splash=./bootsplash.bmp,splash-time=3000 ^
Line 42: Line 42:
   
   
  pause
  pause
<br>
Note that for the '''soundhw''' parameter, some valid options are es1370 and ac97. Choose the one that works for you.
<br>
* Install a PPC Linux distribution onto the QEMU PPC VM.
* Install a PPC Linux distribution onto the QEMU PPC VM.
** The full method here is to create a blank QCOW2 disk image file with the qemu-tools and then use this as the main emulated hard disk via the "-hda" option, then add a Linux PPC CDROM ISO image using the "-cdrom" option, start QEMU and do the distribution installation procedure as normal.
** The full method here is to create a blank QCOW2 disk image file with the qemu-tools and then use this as the main emulated hard disk via the "-hda" option, then add a Linux PPC CDROM ISO image using the "-cdrom" option, start QEMU and do the distribution installation procedure as normal.
1,489

edits

Navigation menu