Mercurial > lcfOS
view cos/linker.ld @ 22:69bc6d477b38
Added python run function
author | windel |
---|---|
date | Wed, 30 Nov 2011 22:41:51 +0100 |
parents | b1fed2171e1a |
children |
line wrap: on
line source
OUTPUT_FORMAT("binary") SECTIONS { .text 0x100000: { *(.text) } .rodata ALIGN (4096) : { *(.rodata) } .data ALIGN (4096) : { *(.data) } .bss : { *(.bss) } }