ia64/xen-unstable
view config/x86_64.mk @ 14906:3b01a4bd5763
hvm rombios: Do not screw around with the PIT in the BIOS 32-bit
extensions. mdelay() can more easily be implemented by polling the
DRAM refresh bit in port 0x61. And this does not mess with state that
a guest may be relying on.
Signed-off-by: Keir Fraser <keir@xensource.com>
extensions. mdelay() can more easily be implemented by polling the
DRAM refresh bit in port 0x61. And this does not mess with state that
a guest may be relying on.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Tue Apr 24 12:14:57 2007 +0100 (2007-04-24) |
parents | 7c5eea5feebd |
children | 6ed9b42d1ec4 |
line source
1 CONFIG_X86 := y
2 CONFIG_X86_64 := y
3 CONFIG_X86_$(XEN_OS) := y
5 CONFIG_COMPAT := y
6 CONFIG_HVM := y
7 CONFIG_MIGRATE := y
8 CONFIG_XCUTILS := y
9 CONFIG_IOEMU := y
11 CFLAGS += -m64
12 LIBDIR = $(LIB64DIR)
14 # Use only if calling $(LD) directly.
15 ifeq ($(XEN_OS),OpenBSD)
16 LDFLAGS_DIRECT += -melf_x86_64_obsd
17 else
18 LDFLAGS_DIRECT += -melf_x86_64
19 endif