URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [i386/] [pc/] [v2_0/] [src/] [romboot.ld] - Rev 249
Go to most recent revision | Compare with Previous | Blame | View Log
MEMORY
{
rom : ORIGIN = 0x00000, LENGTH = 0x100
}
SECTIONS
{
.text : { *(.text) *(.data) *(.bss) } > rom
}
Go to most recent revision | Compare with Previous | Blame | View Log