Description: 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们
硬件环境:SBC-2410X开发板(CPU:S3C2410X)
内核版本:2.6.11.1
运行环境:Debian2.6.8
交叉编译环境:gcc-3.3.4-glibc-2.3.3
第一部分 声卡UDA1341TS驱动程序播放部分的移植
一、从网上将Linux内核源代码下载到本机上,并将其解压:
#tar jxf linux-2.6.11.1.tar.bz2
二、打开内核顶层目录中的Makefile文件,这个文件中需要修改的内容包括以下两个方面。
-This was mainly driven transplantation is the original 2 .. 4.18 kernel drivers 1341 directly to the Transplant 2.6.11, and did not use ALSA. Transplantation process have also made reference to some information, specific information prawns who have forgotten, would like to thank the paper for reference information on the hardware environment of shrimp are: SBC-2410X development board (CPU: S3C2410X) kernel version: 2.6.11.1 Operating Environment: Debian2.6.8 cross compiler environment: gcc-3.3.4-glibc-2.3.3 the first part of the sound card driver UDA1341TS play one part of the transplant, from the Internet Linux kernel source code will be downloaded to the machine, and decompression:# tar jxf linux-2.6.11.1.tar.bz2 Second, open the core top-level Makefile in the directory file, the document need to modify the contents include the following two aspects. Platform: |
Size: 27648 |
Author:谷子 |
Hits:
Description: 该驱动程序是针对2410开发板的LED灯的驱动,内附驱动测试程序。Linux内核源码版本2.6.18.4-The driver is a 2410 development board for the LED lamp driver, enclosing the drive test procedure. Linux kernel source code version 2.6.18.4 Platform: |
Size: 8192 |
Author:余川 |
Hits:
Description: linux 内核版本2.6.18下的pmac运动控制卡驱动源程序,包括isa总线和pci总线-linux kernel version 2.6.18 of PMAC motion control card driver source code, including isa bus and pci bus Platform: |
Size: 260096 |
Author:ejang |
Hits:
Description: The Shellcoders Handbook
来自看雪论坛的一本讲解shellcode的好书
目录
1 在开始之前
2 栈溢出
3 Shellcode
4 格式化串漏洞
5 堆溢出
6 Windows的广阔原野
7 Windows Shellcode.
8 Windows 溢出
9 战胜过滤器
10 Solaris破解入门
11 高级Solaris破解 .
12 破解HP Tru64 Unix
13 建立工作环境
14 故障注入
15 Fuzzing的技巧
16 源码审计:在 C-Based 语言里寻找漏洞
17 Instrumented Investigation: 手工的方法
18 跟踪漏洞
19 二进制审计:Hacking不公开源码的软件
20 Alternative Payload Strategies
21 编写在野外运行的代码
22 攻击数据库软件
23 内核溢出
24 破解内核漏洞
25 附录
-The Shellcoders Handbook to see the snow from the forum a good book to explain shellcode Contents 1 Before you begin 2 stack overflow 3 Shellcode 4 Format String Vulnerability 5 heap overflow 6 Windows of the vast wilderness 7 Windows Shellcode. 8 Windows spill over nine filters 10 Solaris Senior Solaris crack crack entry 11. 12 crack HP Tru64 Unix 13 establish a working environment 14 Fault Injection 15 Fuzzing techniques 16 source code audit: In the C-Based Language in search of holes 17 Instrumented Investigation: manual methods to track 18 holes 19 binary audit : Hacking is not open source software 20 Alternative Payload Strategies 21 write the code in the wild, running 22 attacks on the database software 23 crack kernel kernel overflow vulnerability 25 Appendix 24 Platform: |
Size: 2791424 |
Author:孙锋 |
Hits:
Description: Linux2.6.18内核源码,有各部分的实现-Linux2.6.18 kernel source, there is the realization of the various parts Platform: |
Size: 52467712 |
Author:刘芸 |
Hits:
Description: Contents
Acknowledgments ix
Introduction xix
Chapter 1: Working with Linux 1
A Brief History of Linux 2
The GNU Project 2
The Linux Kernel 3
Linux Distributions 4
Free Software vs. Open Source 4
Beginning Development 5
Choosing a Linux Distribution 6
Installing a Linux Distribution 8
Linux Community 15
Linux User Groups 15
Mailing lists 16
IRC 16
Private Communities 16
Key Differences 16
Linux Is Modular 17
Linux Is Portable 17
Linux Is Generic 17
Summary 18
Chapter 2: Toolchains 19
The Linux Development Process 19
Working with Sources 20
Configuring to the Local Environment 21
Building the Sources 22
Components of the GNU Toolchain 23
The GNU Compiler Collection 23
The GNU binutils 34
GNU Make 39
The GNU Debugger 40 Platform: |
Size: 5298176 |
Author:ziv.han |
Hits: