aarch64: increase inital stack size for kernel startup

This commit is contained in:
K. Lange 2022-02-09 21:01:26 +09:00
parent b55964e451
commit 8c7e6209f4

View File

@ -38,7 +38,7 @@ SECTIONS
/* Some built-in stack space... */
. = ALIGN(0x1000);
. = . + 0x1000;
. = . + 0x4000;
__bootstrap_stack_top = .;
end = .;