⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 as85ep1-rom.ld

📁 linux-2.6.15.6
💻 LD
字号:
/* Linker script for the NEC AS85EP1 V850E evaluation board   (CONFIG_V850E_AS85EP1), with kernel in ROM (CONFIG_ROM_KERNEL).  */MEMORY {	/* 4MB of flash ROM.  */	ROM   : ORIGIN = 0,          LENGTH = 0x00400000	/* 1MB of static RAM.  */	SRAM  : ORIGIN = SRAM_ADDR,  LENGTH = SRAM_SIZE	/* About 58MB of DRAM.  This can actually be at one of two	   positions, determined by jumper JP3; we have to use the first	   position because the second is partially out of processor	   instruction addressing range (though in the second position	   there's actually 64MB available).  */	SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE}SECTIONS {	ROMK_SECTIONS(ROM, SRAM)}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -