aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-11 22:42:18 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-11 22:42:18 +0000
commit11c76718f870b933d3ee3ce91d770dd140a702b5 (patch)
tree2348c538e5e678c987c2c2ddbfd6ced5ca6102e4 /.hgignore
parent5f6338c27ec45ccc8b7b2b61198365b9dbf5f428 (diff)
downloadxen-11c76718f870b933d3ee3ce91d770dd140a702b5.tar.gz
xen-11c76718f870b933d3ee3ce91d770dd140a702b5.tar.bz2
xen-11c76718f870b933d3ee3ce91d770dd140a702b5.zip
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 <keir.fraser@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
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$