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

@@ -23,6 +23,8 @@ namespace LibELF
AT_PHDR = 3,
AT_PHENT = 4,
AT_PHNUM = 5,
AT_PAGESZ = 6,
AT_BASE = 7,
AT_SHARED_PAGE = 0xFFFF0001,
};