mirror of
https://github.com/sgmarz/osblog.git
synced 2024-11-23 18:06:20 +04:00
Documentation says 0x80000, but I left off a zero :( Thanks to QiuhaoLi
This commit is contained in:
parent
b39db75cf4
commit
e033feee2b
@ -231,7 +231,7 @@ SECTIONS
|
||||
When we go to allocate from the stack, we'll subtract the number of bytes we need.
|
||||
*/
|
||||
PROVIDE(_stack_start = _bss_end);
|
||||
PROVIDE(_stack_end = _stack_start + 0x8000);
|
||||
PROVIDE(_stack_end = _stack_start + 0x80000);
|
||||
PROVIDE(_memory_end = ORIGIN(ram) + LENGTH(ram));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user