Images 💾

Last commit ⭐

commit 5974f087ee6791585b842fffd9e7752bb1e44675
Author:     implicitfield <114500360+implicitfield@users.noreply.github.com>
AuthorDate: Mon Dec 2 00:57:34 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Mon Dec 2 10:24:36 2024 -0500

    LibELF: Introduce a SERENITY_PAGE_SIZE define for cross-compilation
    
    Currently, LibELF uses the host's page size for validation (even on
    Lagom), which causes issues with PrekernelPEImageGenerator, since that
    always uses 4 KiB pages for cross-compilation purposes.