X-Git-Url: https://git.wirehaze.ovh/stm32f411ceu6.git/blobdiff_plain/ca2267d42b6d9e1c8b147aa7685ed91592bfd964..4bfee77ecbb19ef2143a1cd486cfa92bd3aceef4:/kernel.ld?ds=inline diff --git a/kernel.ld b/kernel.ld index 92a94c4..69d063b 100644 --- a/kernel.ld +++ b/kernel.ld @@ -12,9 +12,9 @@ _sram_end = ORIGIN(sram) + LENGTH(sram); SECTIONS { - .vtbl : + .vector_table : { - *(.vtbl) + *(.vector_table) . = 0x400; } >flash .text :