Luna/kernel
apio 8a7ddfca80 exec: Use check_elf_image()
This allows exec to recover if an error should occur when loading the executable.

Thus, the calling process will be notified instead of killed.
2022-10-12 18:43:48 +02:00
..
include ELFLoader: Add check_elf_image() and check_elf_image_from_filesystem() 2022-10-12 18:37:00 +02:00
src exec: Use check_elf_image() 2022-10-12 18:43:48 +02:00
Makefile Kernel: Build with -fstack-protector-strong instead of -fstack-protector-all 2022-10-12 14:50:31 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00