i386-stivale2: fix stack
This commit is contained in:
parent
5535db2488
commit
41c6789687
|
|
@ -11,7 +11,7 @@ void stivale2_main(struct stivale2_struct *info);
|
|||
__attribute__((section(".stivale2hdr"), used))
|
||||
struct stivale2_header header2 = {
|
||||
.entry_point = 0,
|
||||
.stack = 1024*1024,
|
||||
.stack = 1024*1024 + 15*1024,
|
||||
.flags = 0,
|
||||
.tags = 0
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue