Most building embedded linux systems pdf related news are at:
kerneltravel.net
– Linux内核之旅
Linux定时器使用 25 Nov 2011 | 05:39 pm
linux定时器使用 作者: 樊颖飞 定时器在内核的定义: 12 struct timer_list { 13 /* 14 * All fields that change during normal runtime grouped to the 15 * same cacheline 16 */ 17 struct list_head entry; //定时器的链表 18 uns...
OS课程与Linux内核相结合之同步实例(三) 21 Nov 2011 | 06:51 pm
在 操作系统中讲到进程同步 的问题的时候,都会讲一些经典的例子,其中最经典的当属“生产者和消费者的问题”。生产者和消费者的规则是生产者生产一个产品后,消费者才能消费,并且在 消费者还没有消费已经生产的产品的时候,生产者是不能再进行生产的。牛涛写的这个例子演示了这一过程: #include<linux/init.h> #include<linux/module.h> #include<linu...
More building embedded linux systems pdf related news:
Building Embedded Systems Devices eletronica.org 30 Oct 2011 | 04:47 am
Não sendo um livro introdutório sobre Linux ou sistemas embarcados, Building Embedded Linux Systems é voltado para desenvolvedores que já possuem alguma familiaridade com sistemas Linux, mas que desej...