We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2d1bb commit 8b2cc05Copy full SHA for 8b2cc05
Changelog.md
@@ -1,5 +1,8 @@
1
MacHyperVSupport Changelog
2
============================
3
+#### v0.9.9
4
+- Added constants for macOS 26 support
5
+
6
#### v0.9.8
7
- Added constants for macOS 15 support
8
- Fixed completion flag not being added for storage commands
MacHyperVSupport/kern_start.cpp
@@ -25,7 +25,7 @@ PluginConfiguration ADDPR(config) {
25
NULL,
26
0,
27
KernelVersion::Tiger,
28
- KernelVersion::Sequoia,
+ KernelVersion::Tahoe,
29
[]() {
30
HyperVPlatformProvider::getInstance();
31
}
0 commit comments