Luna/kernel/src/thread
apio ae01a31104
kernel: Make sure the stack is 16-byte aligned on program startup
This is required by the System V ABI and fixes some movaps-related GPFs in ndisasm.
2023-06-19 10:41:32 +02:00
..
ELF.cpp kernel: Add a bunch more config definitions and hide debug messages behind them 2023-06-18 20:18:00 +02:00
ELF.h kernel: Update the VM allocator for userspace to use a linked list 2023-06-18 01:48:48 +02:00
Scheduler.cpp kernel: Add a bunch more config definitions and hide debug messages behind them 2023-06-18 20:18:00 +02:00
Scheduler.h kernel: Add a kernel_wait_for_event() function to avoid weird calls to kernel_wait in kthreads 2023-05-04 23:43:00 +02:00
Thread.cpp kernel: Add initial support for symbolic links :D 2023-05-20 21:49:24 +02:00
Thread.h kernel: Add umask 2023-05-26 22:27:49 +02:00
ThreadImage.cpp kernel: Make sure the stack is 16-byte aligned on program startup 2023-06-19 10:41:32 +02:00
ThreadImage.h kernel: Add missing include 2023-04-07 14:37:06 +02:00