Skip to content

Commit fbdc822

Browse files
committed
Docs: Update README
1 parent c2d856c commit fbdc822

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MacHyperVSupport
33

44
[![Build Status](https://github.com/acidanthera/MacHyperVSupport/workflows/CI/badge.svg?branch=master)](https://github.com/acidanthera/MacHyperVSupport/actions) [![Scan Status](https://scan.coverity.com/projects/23212/badge.svg?flat=1)](https://scan.coverity.com/projects/23212)
55

6-
Hyper-V integration services for macOS. Requires a Generation 2 virtual machine on Windows 8.1 or higher.
6+
Hyper-V integration services for macOS. Requires a Generation 2 virtual machine on Windows Server 2012 R2 / Windows 8.1 or higher. Windows Server 2016 is currently unsupported.
77

88
All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHyperVSupportMonterey.kext` instead.
99

@@ -19,9 +19,11 @@ All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHype
1919

2020
### OpenCore configuration
2121
#### ACPI
22-
- [SSDT-HV-DEV](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-DEV.dsl): Required on Windows 10 and newer, provides proper processor objects and disables incompatible virtual devices under macOS
23-
- [SSDT-HV-PLUG](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-PLUG.dsl): Ensures VMPlatformPlugin loads on Big Sur, avoids freezes with the default PlatformPlugin
24-
- [SSDT-HV-VMBUS](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-VMBUS.dsl): Enables correct Startup Disk operation, ensure patches described within are also configured
22+
- [SSDT-HV-VMBUS](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-VMBUS.dsl): Enables correct Startup Disk operation, ensure patches described within are also configured.
23+
- [SSDT-HV-DEV](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-DEV.dsl): Required on Windows Server 2019 / Windows 10 and newer, provides proper processor objects and disables incompatible virtual devices under macOS.
24+
- [SSDT-HV-DEV-WS2022](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-DEV-WS2022.dsl): Required on Windows Server 2022 / Windows 11 and newer, disables addiitonal incompatible virtual devices under macOS.
25+
- [SSDT-HV-PLUG](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-HV-PLUG.dsl): Ensures VMPlatformPlugin loads on Big Sur and above, avoids freezes with the default PlatformPlugin.
26+
* Ensure all patches described in above SSDTs are present in `ACPI->Patch`.
2527

2628
#### Booter quirks
2729
- `AllowRelocationBlock` - required for macOS 10.7 and older
@@ -79,7 +81,7 @@ All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHype
7981

8082
#### UEFI
8183
- Quirks
82-
- `DisableSecurityPolicy` - required on Windows 10 and newer
84+
- `DisableSecurityPolicy` - required on Windows Server 2019 / Windows 10 and newer
8385

8486
### Installer image creation
8587
- Installer images can either be passed in from USB hard disks, or converted from a DMG to a VHDX image using `qemu-img`:
@@ -107,6 +109,6 @@ All Intel macOS versions are supported. macOS 12.0 and newer should use `MacHype
107109
### Credits
108110
- [Apple](https://www.apple.com) for macOS
109111
- [Goldfish64](https://github.com/Goldfish64) for this software
110-
- [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/vit9696/Lilu) and providing assistance
111-
- [Microsoft Hypervisor Top-Level Functional Specification](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/tlfs)
112+
- [vit9696](https://github.com/vit9696) for [Lilu.kext](https://github.com/acidanthera/Lilu) and providing assistance
113+
- [Microsoft Hypervisor Top-Level Functional Specification](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/tlfs)
112114
- [Linux](https://github.com/torvalds/linux/tree/master/drivers/hv) and [FreeBSD](https://github.com/freebsd/freebsd-src/tree/main/sys/dev/hyperv) Hyper-V integration services

0 commit comments

Comments
 (0)