Keep stack section
This commit is contained in:
parent
a4f2de425d
commit
ee42565244
1 changed files with 1 additions and 1 deletions
2
link.ld
2
link.ld
|
@ -35,7 +35,7 @@ SECTIONS {
|
|||
}
|
||||
|
||||
.bss.stack ALIGN(4K) : AT (ADDR(.bss.stack) - KERNEL_ADDR_OFFSET) {
|
||||
*(.bss.stack)
|
||||
KEEP(*(.bss.stack))
|
||||
KERNEL_STACK_END = .;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue