Mercurial > lcfOS
view cos/hello/hello.ld @ 103:28a35161ef23
Added forgotten ir generator
author | windel |
---|---|
date | Wed, 26 Dec 2012 10:53:33 +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) } }