view sources/targets/powerpc/details @ 607:c1659b564005

Helps to grab the right kernel image.
author Rob Landley <rob@landley.net>
date Mon, 02 Feb 2009 05:50:02 -0600
parents 9b36b9dbfc4c
children 243594326fb2
line wrap: on
line source

# Power PC system

KARCH=powerpc
KERNEL_PATH=vmlinux
GCC_FLAGS=
BINUTILS_FLAGS=
QEMU_TEST= #ppc

ROOT=hda
CONSOLE=ttyS0

emulator_command()
{
  echo qemu-system-ppc -M g3beige $(qemu_defaults "$@")
}