add support on arm64 for relocation headers
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 155
- Forks
- 42
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 3
Description
This will use the same definitions as x64, with some changes in naming, with additional parsing and pagetable fixup code in the igvm crate.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the igvm crate by locating the existing x64 relocation-header definitions and their parsing and page-table fixup paths. Compare the naming and structures needed for arm64, then identify the relevant architecture tests or validation commands. Done means arm64 relocation headers are parsed and fixed up consistently with the supported x64 behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100