This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C++. It uses templates. The
advantage of templates is that the types of kernel values and data
points can be varied to suit the problem.
This application note describes a method for developing block-oriented I/O device drivers
for applications that use the DSP/BIOS real-time kernel and includes examples that run
with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and
TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has
now been superceded with an updated version that supports not only block oriented
devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards.
Documentation on the updated driver model as well as example drivers and source code
can be found in the Device Driver Developer s Kit product now available for download
from the TI Developer s Village.
可在系統(tǒng)引導(dǎo)時(shí)工作的RootKit,較簡單
1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003
2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily).
3) BOOT KIT is PXE-compatible.
4) It can even lead to first ever PXE virus
5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)
Linux 2.4內(nèi)核字符設(shè)備驅(qū)動(dòng)開發(fā)實(shí)例。
是Linux下驅(qū)動(dòng)開發(fā)人員再好不過的參考源碼。編譯之后加載驅(qū)動(dòng),附有測(cè)試程序進(jìn)行驅(qū)動(dòng)的測(cè)試!
Linux kernel 2.4 char device driver
example.
Linux環(huán)境下的Modbus驅(qū)動(dòng)程序源碼,里面還有一個(gè)小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )
Building Embedded Linux Systems shows you how to design and build your own embedded systems using Linux® as the kernel and freely available open source tools as the framework