Mercurial > hg > aboriginal
view sources/targets/x86_64 @ 1458:60f1087591ac
Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image).
author | Rob Landley <rob@landley.net> |
---|---|
date | Thu, 20 Oct 2011 02:02:10 -0500 |
parents | b499abdbcdfa |
children | 95a720e694a6 |
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= ROOT=hda CONSOLE=ttyS0 UCLIBC_CONFIG=" TARGET_x86_64=y UCLIBC_HAS_FPU=y " LINUX_CONFIG=" 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 "$@") }