lib: launch: move page size from a global variable to elf_image

This commit is contained in:
2026-02-21 23:23:23 +00:00
parent 7a51a56909
commit 2c41f1a77a
2 changed files with 4 additions and 12 deletions

View File

@@ -289,6 +289,7 @@ struct bootdata;
struct bootfs_file;
struct elf_image {
size_t e_page_size;
kern_handle_t e_image, e_data;
kern_handle_t e_local_space, e_remote_space;
kern_handle_t e_local_exec, e_remote_exec;