x86_64-stivale2: increase stack size to 16k
This commit is contained in:
parent
41c6789687
commit
58808d6590
|
|
@ -10,7 +10,7 @@
|
|||
#include <main.h>
|
||||
|
||||
|
||||
static uint8_t stack[4096] = {0};
|
||||
static uint8_t stack[16*1024] = {0};
|
||||
void stivale2_main(struct stivale2_struct *info);
|
||||
|
||||
extern void asmpanic();
|
||||
|
|
|
|||
Loading…
Reference in New Issue