Advertisement
Guest User

Untitled

a guest
Dec 27th, 2015
3,097
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Z77MXQUOAOS.H2O.OZ167X-MASS - BASED ON Z77MXQUOAOS.F2N BIOS
  2.  
  3. http://www.share-online.biz/dl/6HVYEVZNUUU
  4.  
  5. MD5: 890c8f73aeba7b3a701fb7dccdea5360
  6. SHA-1: 852ba0d0149d46dc83665f23a7b738c65fef89da
  7.  
  8. CHANGES:
  9.  
  10. BIOS:
  11. SET Peripherals/IGPU Fixed Memory Size to 32M by default.
  12. Set BIOS Features/Display Boot Option ROM Control to Legacy Only by default.
  13. REPLACED SmcEmulatorKext/LpcSensors/CpuSensors/GpuSensors with version 6.16.1377.
  14. ADDED Extfs and Btrfs filesystems support.
  15.  
  16.  
  17. OZMOSIS:
  18. FIXED Bootmanager hang in certain circumstances.
  19. FIXED RAM reported size when memory is incorrectly installed.
  20. FIXED Multiple Shell entries in boot manager
  21. ADDED Workaround for cases when memory SPD data is incorrect(see examples for how to enable).
  22.  
  23. OZMOSIS BETA Features/Test:
  24. Skylake CPU support
  25. FileVault 2
  26. Linux/Android EFI Boot Stub
  27. nVidia Full Driver Injection(see examples for how to disable)
  28. Minimal keyboard support
  29. Touchscreen support
  30.  
  31. Examples:
  32. // This will ignore memory SPD data and use instead original Type 17 SMBios tables
  33. // From OS terminal:
  34. sudo nvram 1F8E0C02-58A9-4E34-AE22-2B63745FA101:SkipSmbusSpdScan=%01
  35. // From HermitShell:
  36. setvar -guid 1F8E0C02-58A9-4E34-AE22-2B63745FA101 SkipSmbusSpdScan =01
  37. // Using Defaults.plist:
  38. <key>Defaults:1F8E0C02-58A9-4E34-AE22-2B63745FA101</key>
  39. <dict>
  40. <key>SkipSmbusSpdScan</key>
  41. <true/>
  42. </dict>
  43.  
  44. // This will disable nVidia full injection
  45. // From OS terminal:
  46. sudo nvram 1F8E0C02-58A9-4E34-AE22-2B63745FA101:DisableNvidiaInjection=%01
  47. // From HermitShell:
  48. setvar -guid 1F8E0C02-58A9-4E34-AE22-2B63745FA101 DisableNvidiaInjection =01
  49. // Using Defaults.plist:
  50. <key>Defaults:1F8E0C02-58A9-4E34-AE22-2B63745FA101</key>
  51. <dict>
  52. <key>DisableNvidiaInjection</key>
  53. <true/>
  54. </dict>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement