lib: launch: move page size from a global variable to elf_image
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user