Mercurial > lcfOS
view cos/hello/hello.ld @ 120:bb08633510bf
Added repostat script
author | Windel Bouwman |
---|---|
date | Sat, 12 Jan 2013 10:56:12 +0100 |
parents | d3c4bf3720a3 |
children |
line wrap: on
line source
OUTPUT_FORMAT("binary") SECTIONS { .text 0x100000: { *(.text) } .rodata ALIGN (4096) : { *(.rodata) } .data ALIGN (4096) : { *(.data) } .bss : { *(.bss) } }