Mercurial > flash_v2
view packages/hal/i386/pc/current/src/romboot.ld @ 1777:c16341b1bac6 default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Mon, 12 Oct 2009 02:26:09 +0100 |
| parents | 678094f34118 |
| children |
line wrap: on
line source
MEMORY { rom : ORIGIN = 0x00000, LENGTH = 0x100 } SECTIONS { .text : { *(.text) *(.data) *(.bss) } > rom }
