搜索资源列表
s3c2410start.S
- bootloader 的启动汇编代码 start.s的注释-Bootloader code compilation of the start of the Notes start.s
ucos2.8-run-mips
- UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
start
- 2440 的start.s, 好用
start.S-FS2410
- FS2410 开发板上启用 MMU 实现虚拟内存管理,研读源码可更深入理解mmu
start
- arms3c2410汇编启动源码start.s,
Start
- nucleus 嵌入式系统文件Start.s-nucleus embedded system files Start.s
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
CC2420SPI.zip
- ZigBee学习 CC2420启动和SPI初始化实验代码,ZigBee learning CC2420 experimental start and SPI initialization code
uboot
- uboot代码详细分析。包括u-boot-1.1.6 之cpu/arm920t/start.s 分析、u-boot 中.lds 连接脚本文件的分析、U-BOOT 内存布局及启动过程浅析、从NAND 闪存中启动U-BOOT 的设计、U-BOOT 源码分析及移植;U-BOOT 源码分析及移植;U-boot 在ST2410 的移植,基于NOR FLASH 和NAND FLASH 启动等等;比较全面的讲解-the uboot code for detailed analysis. U-boot-1.1.
demo
- Ms-Rem 写的进程保护例子 驱动是VC版 例子调用是DELPHI, 先用驱动加载工具加载驱动 Protector.sys 然后在启动例子,例子程序即被保护。 -Written by Ms-Rem-driven process is the protection of examples of examples of VC version is called DELPHI, first drive to load drivers loading tool and then s
44B0Test
- 44b0公版的测试程序, ******************************************************* * NAME : 44BINIT.S * * Version : 10.JAn.2003 * * Descr iption: * * C start up codes * * Configure memory, Initialize ISR ,stacks * * Initialize C-var
img
- 北京博创兴业科技有限公司XScale PC104板配套内核文件 blob 平台boot loader 映象 zImage Linux-2.6 内核压缩映象文件,可以直接写入FLASH rootfs.img 根文件系统映象文件,可以直接写入FLASH yaffs 应用程序,拷贝至CF 卡中运行-Societe Generale Beijing Fiberxon Technology Co., Ltd. XScale PC104 board supporting documents
mpc83xx
- PowerPC83系列的產品開機程式uboot是linuxOS BASED的程式碼-PowerPC83 range of products are uboot boot program code linuxOS BASED
s
- 本文介绍一种用PIC12F675单片机做的USB充电器, 将它接在计算机的USB接口上就能对两节镍镉或镍氢电池 进行充电,充电结束后能自动停止充电。充电器主要采用电 压监测的方法判断充电是否结束,对于因为电池的原因达 不到规定的充电电压的,也能在充-TACK SEGMENT STACK DW 64 DUP(?) STACK ENDS DATA SEGMENT NUM DB 34H,45H,45H DATA ENDS CODE SEGMENT
u-boot_start.S
- uboot中的start.s代码详解。很不错的东西!-uboot the start.s code Xiang Jie. Very good thing!
start.s
- u-boot-1.1.6之cpu/arm920t/start.s分析-u-boot-1.1.6之cpu/arm920t/start.s
start
- ARM920T S3C1440开发板的 启动代码-ARM start.s
start.S
- 1 u-boot启动代码详解 2 u-boot启动代码中的star.s详解-1 u-boot startup code Detailed 2 u-boot startup code star.s Detailed
Uboot-Start.S
- 本文的目标是,希望看完此文的读者,可以达到: 微观上,对此start.S的每一行,都有了基本的了解。 宏观上,对基于ARM核的S3C24X0的CPU的启动过程,有更加清楚的概念。 这样的目的,是为2-This goal is, I hope after reading this article the reader, can be achieved: The micro level, each line of this start.S have a basic understa
Uboot(start.S)
- LINUX移植到ARM的启动流程START.S的解析,对学习嵌入式很有帮助-LINUX ported to ARM' s start the process START.S of analysis, useful for learning embedded