experiments/link.x: assert at least 4 KB of stack

tcp-recv-fnmut
Astro 2020-05-01 01:24:54 +02:00
parent 0d4d021b1b
commit 172a8a6c45
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ SECTIONS
}
}
ASSERT(SIZEOF(.stack0) >= 0x8000, "less than 32 KB left for stack");
ASSERT(SIZEOF(.stack0) >= 0x1000, "less than 4 KB left for stack");