Workaround hang on real hardware

This commit is contained in:
Jeremy Soller
2021-08-10 18:25:44 -06:00
parent 2a9d380f02
commit 4da3ceb723
+1 -1
View File
@@ -258,7 +258,7 @@ impl AcpiContext {
}
Fadt::init(&mut this);
Dmar::init(&this);
//TODO (hangs on real hardware): Dmar::init(&this);
crate::aml::init_namespace(&this);