Create acpi

This commit is contained in:
David
2015-08-26 18:29:17 -07:00
parent 9a960e9032
commit 27c59a0c4b

6
a/acpi Normal file
View File

@@ -0,0 +1,6 @@
Scope(\) {
Method(_WAK) {
Store ("Hello World", Debug)
Return(Package(2){0x00000000,0})
}
}