loaders: see if we can specify the acpi RDSP directly to direct booting linux on x64
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.9k
- Forks
- 238
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 100
Description
does the zero page actually contain the RSDP or i thought linux does the scan at 1MB for the RSDP?
Originally posted by @chris-oo in #3104
The zero page has a field for the RDSP, but we don't use it and rely on the fw scan at 1MB. We should probably see if we can use it.
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 by locating the x64 Linux loader's zero-page construction and the firmware scan at 1MB for the RSDP. Compare how the zero page's RSDP field is represented with the existing boot path, then validate whether direct use works for Linux x64 booting without relying on the firmware scan.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100