mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2026-02-01 15:59:39 +00:00
Docs: Only patch PRBM for Darwin/macOS
This commit is contained in:
parent
7adaaa15ee
commit
a8cb5123d0
@ -21,7 +21,12 @@ DefinitionBlock ("", "SSDT", 2, "ACDT", "UNC", 0x00000000)
|
||||
{
|
||||
Method (_INI, 0, NotSerialized)
|
||||
{
|
||||
PRBM = 0
|
||||
// In most cases this patch does benefit all operating systems,
|
||||
// yet on select pre-Windows 10 it may cause issues.
|
||||
// Remove If (_OSI ("Darwin")) in case you have none.
|
||||
If (_OSI ("Darwin")) {
|
||||
PRBM = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user