From 11c76718f870b933d3ee3ce91d770dd140a702b5 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 11 Feb 2010 22:42:18 +0000 Subject: hvmloader: Build a compatibility DSDT with only 15 processor objects. Deploy this smaller DSDT where possible: this is required to boot Windows 2000, which only supports up to 15 processors and will blue screen if it sees more processor objects than that (even inactive ones). Signed-off-by: Keir Fraser --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 42ebe5a015..92df552894 100644 --- a/.hgignore +++ b/.hgignore @@ -137,7 +137,7 @@ ^tools/firmware/etherboot/gpxe/.*$ ^tools/firmware/extboot/extboot.img$ ^tools/firmware/extboot/signrom$ -^tools/firmware/hvmloader/acpi/dsdt\.c$ +^tools/firmware/hvmloader/acpi/dsdt.*\.c$ ^tools/firmware/hvmloader/acpi/ssdt_.*\.h$ ^tools/firmware/hvmloader/hvmloader$ ^tools/firmware/hvmloader/roms\.h$ -- cgit v1.2.3