Kernel: Pass interpreter base address in auxiliary vector

This commit is contained in:
2026-06-26 01:51:21 +03:00
parent fc1a6cacdc
commit 9919cbf66e
4 changed files with 18 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ namespace Kernel::ELF
size_t size;
};
bool open_execfd;
vaddr_t entry_point;
BAN::Optional<vaddr_t> interp_base;
BAN::Optional<TLS> master_tls;
BAN::Vector<BAN::UniqPtr<MemoryRegion>> regions;
};