ScrapExplorer - linker.ld

Home / arch / arm / arm_barebones Lines: 1 | Size: 242 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1ENTRY(_start) 2SECTIONS { 3 . = 0x40000000; 4 .startup . : { boot.o(.text) } 5 .text : { *(.text) } 6 .data : { *(.data) } 7 .bss : { *(.bss COMMON) } 8 . = ALIGN(8); 9 . += 0x1000; /* 4kB of stack memory */ 10 stack_top = .; 11} 12
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.