Mercurial > lcfOS
view cos/hello/hello.ld @ 228:7f18ed9b6b7e
Removal of emptystatement class
author | Windel Bouwman |
---|---|
date | Sat, 13 Jul 2013 11:12:24 +0200 |
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) } }