microsoft / microsoft/openvmm

loaders: see if we can specify the acpi RDSP directly to direct booting linux on x64

Open
#3,115 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.