reduce stack size (i386)
This commit is contained in:
parent
353adb0800
commit
35c4f8c69a
|
|
@ -2,7 +2,7 @@ ENTRY(stivale2_main)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. = 1M + 512K;
|
. = 1M + 16K;
|
||||||
|
|
||||||
.stivale2hdr ALIGN(4K) :
|
.stivale2hdr ALIGN(4K) :
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue