view sources/targets/x86_64/details @ 387:f0ceae67ebd0

Convert sources/configs/$ARCH files to sources/targets/$ARCH directories. The miniconfigs are no longer stored as "here" documents, but separate files, meaning they don't need to be copied into build/temp-$ARCH and are easier to use/update/compare. The remaining data goes in a "details" file for each architecture.
author Rob Landley <rob@landley.net>
date Tue, 12 Aug 2008 02:33:29 -0500
parents
children 243594326fb2
line wrap: on
line source

KARCH=x86_64
KERNEL_PATH=arch/${KARCH}/boot/bzImage
#GCC_FLAGS="-m64"
BINUTILS_FLAGS="--enable-64-bit-bfd"
QEMU_TEST=

ROOT=hda
CONSOLE=ttyS0

emulator_command()
{
  echo qemu-system-x86_64 -m 256 $(qemu_defaults "$@")
}