banan-os/userspace/libraries/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
..
LibELF Kernel: Only load program headers of interpreter if its present 2024-08-28 21:19:37 +03:00
include/LibELF Kernel: Only load program headers of interpreter if its present 2024-08-28 21:19:37 +03:00
CMakeLists.txt BuildSystem: Cleanup CMake code to allow libc only installation 2024-06-21 01:45:14 +03:00
dummy.cpp BuildSystem: Rework the whole cmake build system 2024-06-19 09:40:03 +03:00