mirror of
https://github.com/DrDonk/unlocker.git
synced 2026-04-26 14:16:01 +03:00
[GH-ISSUE #66] New check host command #48
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unlocker#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrDonk on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/DrDonk/unlocker/issues/66
Originally assigned to: @DrDonk on GitHub.
New command or include in unlock the checks for various host capabilities that can affect the running of macOS in VMware.
These would be warning messages during unlock and would carry on with the patches.
Some useful code for Go:
https://github.com/klauspost/cpuid
https://github.com/aregm/cpuid
or my modified cpuid:
https://github.com/DrDonk/cpuid
@DrDonk commented on GitHub (Dec 21, 2022):
First cut of code pushed.