microsoft / mu_basecore

Project Mu BaseCore
https://microsoft.github.io/mu/
Other
242 stars 124 forks source link

[Feature]: CpuPageTableMap.c Unit Tests #1082

Open apop5 opened 2 months ago

apop5 commented 2 months ago

Feature Overview

PageTableLibMapInLevel has a comment TODO: Author unit test to verify the split pages meet expected attribute bits.

Which means that some unit tests need to be generated to ensure that page tables are split correctly.

Solution Overview

Generate a host based unit test that will verify splitting of page tables occurs correctly.

Alternatives Considered

No response

Urgency

Low

Are you going to implement the feature request?

Someone else needs to implement the feature

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response