Skip to content

Commit 8b2cc05

Browse files
Added constants for macOS 26 support
1 parent 8a2d1bb commit 8b2cc05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
MacHyperVSupport Changelog
22
============================
3+
#### v0.9.9
4+
- Added constants for macOS 26 support
5+
36
#### v0.9.8
47
- Added constants for macOS 15 support
58
- Fixed completion flag not being added for storage commands

MacHyperVSupport/kern_start.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PluginConfiguration ADDPR(config) {
2525
NULL,
2626
0,
2727
KernelVersion::Tiger,
28-
KernelVersion::Sequoia,
28+
KernelVersion::Tahoe,
2929
[]() {
3030
HyperVPlatformProvider::getInstance();
3131
}

0 commit comments

Comments
 (0)