From zero to main(): Bare metal C

Hi Francois,

Thanks for the nice post. One question, always the const variable and global initialized variables are stored after the .text and in .rodata of .text section ?
I thought only the constant variables (const) are stored in .rodata.