x86_64-stivale2: increase stack size to 16k

This commit is contained in:
Quinten Kock 2020-12-21 01:09:55 +01:00
parent 41c6789687
commit 58808d6590
1 changed files with 1 additions and 1 deletions

View File

@ -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();