feat(ld): update linker script to put kernel stack below bss

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-12-04 00:09:42 +01:00
parent da5dd55ce6
commit ca38b976ab

View File

@ -9,6 +9,16 @@ SECTIONS {
*(.multiboot_header)
}
.stack :
{
*(.stack)
}
.bss :
{
*(.bss)
}
.text :
{
*(.text)