view sources/targets/x86_64 @ 1728:b89324905ca2 draft

Giant redo to put simple-root-filesystem in initmpfs. NO_NATIVE_COMPILER and NO_ROOTDIRS went away, kernel built moved back into system-image.sh, old root-filesystem.sh and root-image.sh are no longer used, I need to fix up several things (chroot-splice.sh, the lfs-bootstrap build is breaking in mpfr, haven't tested this on all targets yet... but the basics are in.
author Rob Landley <rob@landley.net>
date Fri, 06 Feb 2015 01:51:54 -0600
parents 36beae266f90
children 0787ceb820bf
line wrap: on
line source

DESCRIPTION="
64-bit x86.

Modern standard PC architecture.  Runs i686 code as well.
"

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

CONSOLE=ttyS0

UCLIBC_CONFIG="
TARGET_x86_64=y
UCLIBC_HAS_FPU=y
"

LINUX_CONFIG="
CONFIG_64BIT=y
CONFIG_ACPI=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_NETDEV_1000=y
CONFIG_E1000=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
"

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