Welcome![Sign In][Sign Up]
Location:
Search - start.s

Search list

[Other resources3c2410start.S

Description: bootloader 的启动汇编代码 start.s的注释-Bootloader code compilation of the start of the Notes start.s
Platform: | Size: 9197 | Author: ainet | Hits:

[OS Developucos2.8-run-mips

Description: UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
Platform: | Size: 78367 | Author: 许昕 | Hits:

[Other resourcestart

Description: 2440 的start.s, 好用
Platform: | Size: 6496 | Author: 张威 | Hits:

[Other resourcestart.S-FS2410

Description: FS2410 开发板上启用 MMU 实现虚拟内存管理,研读源码可更深入理解mmu
Platform: | Size: 10349 | Author: 夸父 | Hits:

[Other resourcestart

Description: arms3c2410汇编启动源码start.s,
Platform: | Size: 4818 | Author: luqing | Hits:

[Other resourceStart

Description: nucleus 嵌入式系统文件Start.s-nucleus embedded system files Start.s
Platform: | Size: 6564 | Author: 李康星 | Hits:

[Static control解决生产者-消费者问题

Description: 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 new RuntimeException(\"counter >= 10\") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException(\"counter gt;= 10\") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Obje
Platform: | Size: 1105 | Author: 阿乌鸟 | Hits:

[Other Embeded programStart

Description: nucleus 嵌入式系统文件Start.s-nucleus embedded system files Start.s
Platform: | Size: 6144 | Author: 李康星 | Hits:

[ARM-PowerPC-ColdFire-MIPS4510bootloader附源代码

Description: 4510 bootloader的实现与分析 (附源代码)-4510 Bootloader the Implementation and Analysis (source code)
Platform: | Size: 3120128 | Author: 郑强 | Hits:

[ARM-PowerPC-ColdFire-MIPSs3c2410start.S

Description: bootloader 的启动汇编代码 start.s的注释-Bootloader code compilation of the start of the Notes start.s
Platform: | Size: 9216 | Author: ainet | Hits:

[CommunicationSscopAgent2

Description: sscop是一个比较小的协议,可以从这个小协议入手,学习如何写协议-sscop is a relatively small agreement and the agreement from this small start, learning how to write the agreement
Platform: | Size: 1024 | Author: 王飞 | Hits:

[ARM-PowerPC-ColdFire-MIPSstart

Description: 2440 的start.s, 好用-2440
Platform: | Size: 6144 | Author: 张威 | Hits:

[Embeded Linuxstart.S-FS2410

Description: FS2410 开发板上启用 MMU 实现虚拟内存管理,研读源码可更深入理解mmu
Platform: | Size: 10240 | Author: 夸父 | Hits:

[ARM-PowerPC-ColdFire-MIPSstart

Description: arms3c2410汇编启动源码start.s,-Start arms3c2410 compilation of source start.s,
Platform: | Size: 4096 | Author: luqing | Hits:

[Embeded Linuxu-boot_start.S

Description: uboot中的start.s代码详解。很不错的东西!-uboot the start.s code Xiang Jie. Very good thing!
Platform: | Size: 59392 | Author: aleon_liao | Hits:

[Embeded Linuxstart.s

Description: u-boot-1.1.6之cpu/arm920t/start.s分析-u-boot-1.1.6之cpu/arm920t/start.s
Platform: | Size: 12288 | Author: zhaozhongxi | Hits:

[Linux-Unixstart

Description: ARM920T S3C1440开发板的 启动代码-ARM start.s
Platform: | Size: 12288 | Author: lizi | Hits:

[Embeded Linuxstart.S

Description: 1 u-boot启动代码详解 2 u-boot启动代码中的star.s详解-1 u-boot startup code Detailed 2 u-boot startup code star.s Detailed
Platform: | Size: 14336 | Author: afdsj | Hits:

[OtherUboot-Start.S

Description: 本文的目标是,希望看完此文的读者,可以达到: 微观上,对此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 understanding. The macro level, based on ARM core S3C24X0 the CPU boot process, there is the concept more clearly. The purpose of this is 2
Platform: | Size: 1652736 | Author: zrx | Hits:

[Embeded LinuxUboot(start.S)

Description: LINUX移植到ARM的启动流程START.S的解析,对学习嵌入式很有帮助-LINUX ported to ARM' s start the process START.S of analysis, useful for learning embedded
Platform: | Size: 1637376 | Author: liwenjin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net