Skip to content
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

Add arm64 image header bindings #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

morr0ne
Copy link
Contributor

@morr0ne morr0ne commented May 12, 2024

Adds binding the image header required to boot on arm64/aarch64 systems.
The kernel "make headers_install" does not include the necessary headers when called. I believe this should be reported upstream but in the meantime I had an "hack" which manually copies the necessary headers

linux_headers.join("include/asm/image.h"),
)
.expect("Missing headers");
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment mentioning that this a hack working around what is believed to be an upstream bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants