Mercurial > lcfOS
view cos/hello/hello.ld @ 47:c4ec95a588ea
Fixed save to xml
author | windel |
---|---|
date | Tue, 27 Mar 2012 07:29:59 +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) } }