mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-20 06:36:16 +00:00
Kernel: Bump kernel stacks to 64 KB.
This makes the ELF symbolication crash go away while I work out a smart fix.
This commit is contained in:
@@ -17,7 +17,7 @@ HashTable<Thread*>& thread_table()
|
||||
InlineLinkedList<Thread>* g_runnable_threads;
|
||||
InlineLinkedList<Thread>* g_nonrunnable_threads;
|
||||
|
||||
static const dword default_kernel_stack_size = 16384;
|
||||
static const dword default_kernel_stack_size = 65536;
|
||||
static const dword default_userspace_stack_size = 65536;
|
||||
|
||||
Thread::Thread(Process& process)
|
||||
|
||||
Reference in New Issue
Block a user