Dhinak G
Dhinak G
Can you do so please? It would be helpful.
Regarding a proper format, I think the best idea is storing it in version control as a CSV (so you can edit with your favorite editors) and then converting it...
Ok so `DisableIoMapperMapping` is a pretty edge-case quirk and involves ACPI. This is not going to be trivial to add. We already tell users to disable VT-d anyways, so I'm...
> USBInjectAll can help resolve missing ACPI ports for Intel, need to do other stuff for AMD - maybe check if RHUB _STA method pans out?
> There's more entitlements that require dev mode than just `get-task-allow`. Fixed, based on [Jonathan Levin's slides](https://newosxbook.com/bonus/0x41-16.pdf). > Also keep fallback entitlements in mind. The code in RootHelper already takes...
This should be good to go now. The two ways to trigger enabling developer mode if it's off are: - Installing an app that requires developer mode - Pressing the...
Maybe we should move away from VuePress? It's possibly a good time to review all the alternatives again. We don't really use very unique plugins anyway Off the top of...
Beautiful, I broke spellcheck again, yay... Besides that, reviews and changes to this PR are fine, but I'm gonna put merging this PR on hold as we want to draft...
Huh, this is new. Do you know what the difference is from the other cards (ie. BCM94360NG)? If there are more cards based on AirPort cards coming out, it's probably...
You can use the following command for a cleaner log. ```log show --last boot --predicate 'process == "kernel"' | grep -i intel > ~/Desktop/log.txt``` @tikscr Signing shouldn't be a problem...