搜索资源列表
elf file format
- linux 环境下 elf可执行文件格式标准 包括程序装载,load,link过程。-elf (the executable file format under Linux) file format standard. Include linking and loading process.
gpio
- gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-stric
ELF_Loader_and_Link.rar
- ELF是一种很有用的文件格式,本资料主要讲解了ELF格式文件的装载和动态链接的理论,当然包含有源码。,ELF is a very useful file format, this information is mainly explained the ELF format file loading and dynamic linking of theory, of course, contains the source code.
bootloader_elf_from_flash
- 原创作品,真正可用的超小型 bootloader。将存于norflash里的elf文件装入ram运行,比xilinx提供的bootloader好用多了,至少可以节省你1周的时间. 嵌入式系统用 edk powerpc 或 microblaze 通用-Original works, the real availability of ultra-small bootloader. load .elf from Norflash move into the ram to run, more usefu
ELFtoBin
- 从ELF文件中提取可执行二进制源码,可以从中了解ELF文件结构,ELF文件的运行加载原理-ELF file, extract the executable binary code, you can learn about the ELF file structure, the ELF file to run load principle
ELF_Loader
- 一个ELF Loader的源码,跟操作系统有些关系,请根据自己的情况修改-A source of ELF Loader, some relationship with the operating system, please modify according to their own circumstances
ARM-analysis-ELF-source-code
- ARM2440下分析ELF文件并加载,ads下编译-2440 analysis of the ELF file and load, ads compiled
dynamicload
- mtk里动态加载一个elf应用的源码,有较高的商业应用价值-mtk dynamically load an elf application source code, have a higher commercial value
elfmap
- Linux ELF executable load/mapper
elf-fdpic
- FDPIC ELF load map for Linux v2.13.6.
ELFInformation
- ELF文件格式解析,类似于PE文件头部结构解析-ELF File Load
nfnetlink_log
- elf-fdpic.h: FDPIC ELF load map.
elf-fdpic
- elf-fdpic.h: FDPIC ELF load map.
elf
- 说明: 关于使用, 本程序经大量测试,ads,rvct等生成对arm7,arm9的可重定位elf又很好的支持,曾在展讯,mtk系统中作为动态加载核心应用,无奈山寨风光不再,故将代码公开,供有需要的人研究参考。 关于版权, 本人放弃对该程序一切权利,可任意更改使用,对造成的错误和影响不负任何责任-Note: For use of the Program after extensive testing, ads, rvct etc. generate arm7,
proj2
- bootloader: 可以加载ELF格式的操作系统(bootloader which can load ELF format OS Image)
proj3
- bootloader:加载一个简单的操作系统,可以显示ASCII字符(bootloader which can load ELF format OS Image)