mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-03 21:52:39 +03:00
limine: Only acknowledge stack size req if new stack > default
This commit is contained in:
parent
8806f470dd
commit
e836fb44de
@ -383,7 +383,7 @@ FEAT_START
|
||||
struct limine_stack_size_response *stack_size_response =
|
||||
ext_mem_alloc(sizeof(struct limine_stack_size_response));
|
||||
|
||||
if (stack_size_request->stack_size != 0) {
|
||||
if (stack_size_request->stack_size > stack_size) {
|
||||
stack_size = stack_size_request->stack_size;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user