lib: launch: update to use new address-space api

This commit is contained in:
2026-03-15 09:42:22 +00:00
parent 5ad5f57a76
commit c9ccebacfc
3 changed files with 42 additions and 36 deletions

View File

@@ -292,7 +292,6 @@ 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;
virt_addr_t e_local_base, e_remote_base;
elf_ehdr_t e_hdr;
elf_phdr_t e_dynamic;