ia64/xen-unstable
view config/x86_32.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 | 2afb01ec2197 |
children | 0edecad52917 |
line source
1 CONFIG_X86 := y
2 CONFIG_X86_32 := y
3 CONFIG_X86_$(XEN_OS) := y
5 CONFIG_HVM := y
6 CONFIG_MIGRATE := y
7 CONFIG_XCUTILS := y
8 CONFIG_IOEMU := y
10 CFLAGS += -m32 -march=i686
11 LIBDIR := lib
13 # Use only if calling $(LD) directly.
14 ifeq ($(XEN_OS),OpenBSD)
15 LDFLAGS_DIRECT += -melf_i386_obsd
16 else
17 LDFLAGS_DIRECT += -melf_i386
18 endif