Skip to content

Kernel: Assert that MAXPAGESIZE == 4K in all linker scripts#26238

Merged
spholz merged 1 commit intoSerenityOS:masterfrom
spholz:kernel-assert-maxpagesize
Oct 2, 2025
Merged

Kernel: Assert that MAXPAGESIZE == 4K in all linker scripts#26238
spholz merged 1 commit intoSerenityOS:masterfrom
spholz:kernel-assert-maxpagesize

Conversation

@spholz
Copy link
Copy Markdown
Member

@spholz spholz commented Oct 2, 2025

All of these linker scripts assume 4K pages.
If these linker scripts would be used with MAXPAGESIZE > 4K, the sections would not be aligned correctly.

All of these linker scripts assume 4K pages.
If these linker scripts would be used with MAXPAGESIZE > 4K, the
sections would not be aligned correctly.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Oct 2, 2025
@spholz
Copy link
Copy Markdown
Member Author

spholz commented Oct 2, 2025

(See also #26237)

@spholz spholz merged commit 0452abf into SerenityOS:master Oct 2, 2025
12 checks passed
@spholz spholz deleted the kernel-assert-maxpagesize branch October 2, 2025 20:09
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Oct 2, 2025
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.

1 participant