URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [posix/] [rootfs/] [rootfs.lds.in] - Rev 4
Go to most recent revision | Compare with Previous | Blame | View Log
/*
* Linker script that embeds an empty root filesystem.
* This is to be replaced by a real rootfs image later.
*/
SECTIONS
{
. = %s;
.bss : { *(.bss) }
}
Go to most recent revision | Compare with Previous | Blame | View Log