Files
ladybird/Kernel
Andreas Kling 89d3b09638 Kernel: Allocate new main thread stack before committing to exec
If the allocation fails (e.g ENOMEM) we want to simply return an error
from sys$execve() and continue executing the current executable.

This patch also moves make_userspace_stack_for_main_thread() out of the
Thread class since it had nothing in particular to do with Thread.
2020-12-25 16:22:01 +01:00
..
2020-08-22 20:55:10 +02:00
2020-08-22 20:55:10 +02:00
2020-08-10 11:51:45 +02:00
2020-11-11 12:27:25 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00