forked from ReddestDream/OcQuirks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOcQuirks.plist
38 lines (38 loc) · 837 Bytes
/
OcQuirks.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvoidRuntimeDefrag</key>
<true/>
<key>SetupVirtualMap</key>
<true/>
<key>ProvideCustomSlide</key>
<true/>
<key>DevirtualiseMmio</key>
<false/>
<key>DisableSingleUser</key>
<false/>
<key>DiscardHibernateMap</key>
<false/>
<key>EnableSafeModeSlide</key>
<true/>
<key>ProtectCsmRegion</key>
<false/>
<key>ProtectSecureBoot</key>
<false/>
<key>ProtectUefiServices</key>
<false/>
<key>ShrinkMemoryMap</key>
<false/>
<key>ForceExitBootServices</key>
<true/>
<key>DisableVariableWrite</key>
<false/>
<key>EnableWriteUnprotector</key>
<true/>
<key>ProvideConsoleGopEnable</key>
<true/>
<key>SignalAppleOS</key>
<false/>
</dict>
</plist>