Deploy khronokernel/Getting-Started-With-ACPI to github.com/khronokernel/Getting-Started-With-ACPI.git:gh-pages

This commit is contained in:
Travis Build Bot (from Travis CI)
2020-02-12 23:03:12 +00:00
parent 975ffb0f5b
commit e85a7279d6
23 changed files with 148 additions and 788 deletions

13
extra-files/SSDT-GPI0.dsl Normal file
View File

@@ -0,0 +1,13 @@
// Source: https://github.com/daliansky/OC-little
DefinitionBlock("", "SSDT", 2, "ACDT", "GPI0", 0)
{
External(GPEN, FieldUnitObj)
Scope (\)
{
If (_OSI ("Darwin"))
{
GPEN = One
}
}
}