Skip to content

refactor(aarch64): page tables#617

Merged
mkroening merged 15 commits into
mainfrom
aarch64-paging
Jun 11, 2026
Merged

refactor(aarch64): page tables#617
mkroening merged 15 commits into
mainfrom
aarch64-paging

Conversation

@mkroening

@mkroening mkroening commented Jun 10, 2026

Copy link
Copy Markdown
Member

This PR moves the AArch64 page table symbols out of assembly into Rust and then into const, similar to what was done for PVH on x86-64.

Best reviewed commit by commit.

@mkroening mkroening requested a review from Gelbpunkt June 10, 2026 09:51
@mkroening mkroening self-assigned this Jun 10, 2026
@mkroening mkroening closed this Jun 10, 2026
@mkroening mkroening reopened this Jun 10, 2026
@mkroening mkroening force-pushed the aarch64-paging branch 4 times, most recently from 104e849 to d417676 Compare June 10, 2026 14:33
@mkroening mkroening force-pushed the aarch64-paging branch 2 times, most recently from 36ae78b to cc75f34 Compare June 11, 2026 10:51
Comment thread src/arch/aarch64/page_tables.rs Outdated

@Gelbpunkt Gelbpunkt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Works fine in KVM on my Snapdragon X Elite and finally gets rid of some of the magic symbols from the linker script, nice :)

@mkroening mkroening added this pull request to the merge queue Jun 11, 2026
Merged via the queue into main with commit e288ad9 Jun 11, 2026
6 checks passed
@mkroening mkroening deleted the aarch64-paging branch June 11, 2026 14:57
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