资源列表
ContactAccessorSdk3_4
- An implementation of ContactAccessor that uses legacy Contacts API.
PrivacyParser
- Privacy header parser Source Code for Linux.
board-marzen-reference
- marzen board support - Reference DT implementation.
fsl_pmc
- Suspend resume support.
pata_of_platform
- OF-platform PATA driver for Linux v2.13.6.
i40e_alloc
- Intel Ethernet Controller XL710 Family Linux Virtual Function Driver.
omap-iopgtable
- omap iommu: pagetable definitions.
frv_ksyms
- platform dependent support.
spec3_1
- Test 3: the bad exception throw succeeds Kernel Device Driver for linux v2.13.6.
init_processor
- startup code for processors other than the first. The system is initialized, so we just need to initialize our private data and private hardware, and inform the system that we are available.
fft_bib
- 在信号处理中,我们经常需要使用FFT,也就是快速傅里叶变化,在这里提供了一个基于linux系统的快速傅里叶变化的C语言实现代码,供大家下载使用-this code is for the transformation of FFT
imp1.tar
- Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个