Mercurial > lcfOS
view cos/hello/hello.ld @ 90:499183b99c71
Fixed handles to block
author | windel |
---|---|
date | Wed, 28 Nov 2012 08:41:56 +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) } }