mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +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:
parent
a8313ae0a3
commit
c9a9ca0dfe
Notes:
sideshowbarker
2024-07-19 13:59:45 +09:00
Author: https://github.com/awesomekling
Commit: c9a9ca0dfe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue