Reword second example

This commit is contained in:
Avery Black
2021-10-12 23:47:53 -07:00
parent 305006bb82
commit 35a3bc58dd

View File

@@ -61,7 +61,7 @@ Method (_STA, 0, NotSerialized)
}
```
What we want is for this to always return `0x0F` when booting macOS, so we want to make an SSDT that will return `GPHD == Zero` in macOS.
Here we would want to set `GPHD` to `Zero` so that 0x0F is returned.
## Edits to the sample SSDT