banan-os/kernel
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
..
arch Kernel: Invoke ELF interpreter instead if it is specified 2024-08-28 17:06:32 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Invoke ELF interpreter instead if it is specified 2024-08-28 17:06:32 +03:00
kernel Kernel: Only load program headers of interpreter if its present 2024-08-28 21:19:37 +03:00
klibc Kernel: Add klibc for kernel 2024-02-14 15:00:04 +02:00
CMakeLists.txt Kernel: Implement basic random device to /dev/random 2024-08-22 14:02:26 +03:00
icxxabi.cpp Kernel: Fix cxxabi for function static variable guards 2024-07-14 01:53:50 +03:00
ubsan.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00