Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/arch/cris/boot/rescue/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/arch/cris/boot/rescue/rescue_v10.lds

MEMORY 
	{
	flash : ORIGIN = 0x00000000,
	        LENGTH = 0x00100000
	}

SECTIONS
{
	.text :
	{
		stext = . ;
		*(.text)
		etext = . ;
	} > flash
	.data :
	{
		*(.data)
		edata = . ;
	} > flash
}