-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS support #12
Comments
Without access to Apple hardware, we should at least find some sample output of |
I'd like to try my hand at this, would you accept a PR ? |
Sure (ops, nvm, I don't have access to accept PRs here) :D There are now two flavors of macOS hardware, with Intel and Apple CPUs. The boot process is very different. @iTrooz which one do you plan to work on? |
Sure thing, I don't have much time to actively develop this project (as in, add new features and stuff) but I can review PRs no problem. The whole CI/release process is setup so any changes would get released as soon as they're merged. |
Honestly, I have no idea. I just liked the idea of tinkering with MacOS's internals. |
I did my research on this back in the day, and what I got to was the idea of running the I suggest checking out the following: |
macOS support can be implemented via
nvram
command, and I'd love to add support macOS in my app.The text was updated successfully, but these errors were encountered: