搜索资源列表
dhica
- 函数对时钟中断请求进行真正的服务,而不是只是让CPU“空跑”一趟。此时,Linux内核可以说是真正的“跳动”起来了。-Function provide real service for the timer inturrupt instead of letting CPU nop, thereby the Linux kernel \"jump\" in a sense.
LinuxKernel中文手册
- 对linux内核的一个全面的概述性文档,可用作linux kernel的入门引导,而且是中文的。-right of a comprehensive overview of sexual documents, Linux kernel can be used as the entry guide, but in Chinese.
ffuart.tar
- In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
linuc
- 这是一个linux初学者学习的小程序,方便于初学者了解linux的内核结构,上面附加了源代码,希望大家支持-This is a linux beginners learning the small programs that facilitate the understanding of beginners Linux kernel structure, the above additional source code, we hope that the support
BitStormLite-0.1a.tar
- 经过两个多星期业余时间的努力,终于做出了一个可以发布的BitStorm版本 目前版本是BitStorm 0.1 Lite version,主要特性如下 1)基于C++和GTK2,占用系统资源少 2)可调整大小的磁盘缓存,极大的减轻磁盘负担 3)支持多Tracker 4)支持UTF-8编码的Torrent文件,文件名不会出现乱码 5)可设置最大连接数量和最大同时上传数量 Ubuntu 5.10用户可以使用下面的deb包 http://www.s
rp-pppoe-3.4.tar
- 0. Install the rp-pppoe-software -------------------------------- You should have already done this by the time you re reading this. If not, go back and read README. 1. Set up your Ethernet hardware --------------------------------
linux-2.4.29.tar
- linux-2.4.29操作系统的源码,想研究linux系统内核,就下一个吧,还不抓紧?-linux-2.4.29-source operating system, to study Linux kernel, under a bar, not seize?
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
wimax-i2400m-1.4.1
- Driver for the Intel Wireless Wimax Connection 2400m (C) 2008 Intel Corporation < linux-wimax@intel.com > This provides a driver for the Intel Wireless WiMAX Connection 2400m and a basic Linux kernel WiMAX stack. - Driver fo
mm-dram
- This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
coLinux-0.7.4
- Cooperative Linux, 簡稱 coLinux, 是一種對 Linux kernel 的移植, 讓一台機器可以協同運作不同的作業系統. coLinux 的前身 UMLWin32 最早是由 Dan Aloni 在 2000 年所開發, 當時的目的是為了將 User Mode Linux 移植到 Cygwin 上. 在 2003 年時, Dan Aloni 運用了不同以往的想法與做法, 於是, 便產生了 coLinux. coLinux 不同於 VMware 等模擬器, coLinu
Understanding_the_Linux_Kernel
- 本书内容:内存管理,包括文件缓冲,进程交换和直接内存访问(DMA;虚拟文件系统层和第二和第三的扩展文件系统;;进程创建和调度;信号,中断和设备驱动程序的基本接口等-Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it s more than just an academic exercise. You ll learn what conditions bring
netfilter
- 深入Linux内核网络堆栈netfilter(好东西).-Depth network stack of the Linux kernel netfilter (a good thing).
jinchengdiaodu-
- 用linux的内核的链表源码 实现模拟进程的优先调度-With the Linux kernel source code to implement a process simulation in the list of priority scheduling
xenomai2.6.0
- Xenomai是Linux内核的一个实时开发框架。它希望无缝地集成到Linux环境中来给用户空间应用程序提供全面的,与接口无关的硬实时性能.xenomai2.6.0安装步骤-Xenomai is a real-time development framework for the Linux kernel. It seamlessly integrated into the Linux environment to the user space applications to provide co
eml2.0
- 企业通讯录管理系统,向企业员工随时随地的提供企业通讯录信息,用户可在手机端实时查看人员联系方式,拨打电话等全面提高了企业内部沟通效率。 主要功能有:用户管理(添加用户,删除用户用户,更新用户资料);通讯录管理(添加通讯录,更新通讯录,删除),个人中心,配置管理等。 EML企业客户关系管理系统,是基于Linux开放性内核和Apache基础上Php+Mysql的智能B/S交互式服务系统。 EML系统移动端由移动端采用javascr ipt、html5、ajax、json等技术。
spidev
- This project contains a python module for interfacing with SPI devices from user space via the spidev linux kernel driver.
linux-i2c
- 这是一份在linux3.5内核上编写的IIC子系统模型,应用于触摸屏驱动,在tiny4412开发平台上成功运行(This is a IIC subsystem model written on the linux3.5 kernel, applied to touch screen drivers, and successfully operated on the tiny4412 development platform)
epoll
- 在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。 相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在内核中的select实现中,它是采用轮询来处理的,轮询的fd数目越多,自然耗时越多(In Linux network programming, long time used in the select to do event trigger. In the new Linu
《Pro Git》中文版
- 速度 简单的设计 对非线性开发模式的强力支持(允许上千个并行开发的分支) 完全分布式 有能力高效管理类似 Linux 内核一样的超大规模项目(速度和数据量)(speed Simple design Strong support for nonlinear development patterns (allowing thousands of branches of parallel development) Fully distributed The ability to
