-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compiling ACPI patches #3
Comments
Yes, that’s definitely within the scope of the project. However, I currently don’t have any customized ACPI code to compile. So I might not be able to test if it trielt works as intended. But I will try my best. Feel free to ask questions on anything about the project as it is pretty much undocumented. |
Well, I was thinking that all the ACPI patches would be compiled at build time, even off-the-shelf ones. So you could just decompile on of them to test it. I also think their sources are around somewhere? |
Even with the right process, decompiling and recompiling the patch may not give equivalent results. I will try work them out though (I am usually super busy so don’t put high expectations on me, but I will get it done when time comes) |
Well, here are the original sources. You'll also probably have to nixify the |
Thanks. And thankfully it’s already packaged as part of the nixpkgs |
Didn't see that, was searching for nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable && nix-channel --update
# For some reason ~ does not work here?
nix-shell -I nixpkgs=$HOME/.nix-defexpr/channels/unstable/ -p acpica-tools (as you can probably tell, I'm new to Nix) |
I think it would be a cool feature if it could compile ACPI patches during build, just to reduce the amount of opaque, non-human-readable files in the git repo.
The text was updated successfully, but these errors were encountered: