Mercurial > lcfOS
view cos/hello/hello.ld @ 40:24ce177e01e8
Added more malloc stuff. Added mem usage
author | windel |
---|---|
date | Tue, 24 Jan 2012 17:54:16 +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) } }