banan-os/userspace/libraries/LibELF/LibELF
Bananymous 8da2f12ba6 Kernel: Only load program headers of interpreter if its present
I was loading program headers of both executable and interpreter but
that is incorrect. The interpreter will itself load the program headers
of the executable.
2024-08-28 21:19:37 +03:00
..
ELF.cpp BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
LoadableELF.cpp Kernel: Only load program headers of interpreter if its present 2024-08-28 21:19:37 +03:00