搜索资源列表
Linux系统内核开发中文手册
- LINUX开发的优秀电子书籍-Linux Kernel核心中文手册,开发LINUX必备的资料。-excelent ebook on linux kernel development-linux kernel development handbook(chinese), indispensable material on linux development
linux操作系统内核编程
- linux操作系统内核编程-----LINUX系统开发非常好的资料,一定要下载的哦!-linux kernel programming -good material of linux development,you can not miss it!
linux系统调用编程
- 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
linux内核源程序
- 用C编写的Linux内核程序,可使大家对Linux系统开发有所了解-prepared by the Linux kernel, which enables you to develop Linux understand
Proc文件系统源代码分析报告
- 论文-Proc文件系统源代码分析报告
linux mini 内核讲解
- linux mini内核本书对 Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时 间内对 Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux 系统打下坚实的基础。虽然所选择的版本较 低,但该内核已能够正常编译运行,其中已经包括了 LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的 运作机制。书中首先以 Linux 源代码版本的变迁历史为主线,详细介绍了 Linux 系统的发展历史,着重说明了各个内
linux内核裁剪指导
- linux内核裁剪指导,制作最小linux系统,linux kernel cutting guide, produced the smallest linux system
hook-linux.rar
- Linux 2.6 内核下劫持系统调用,代码比较简单,还是可以参考参考的。,Linux 2.6 kernel system call hijacking, the code is relatively simple, or can refer to as a reference.
s3c2410-linux-2.6.11.1-apm-08.11.02
- 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
emb-linux-Serial
- 针对嵌入式Linux操作系统的特点,分析在该系统下串行通信口编程控制的方法,总结程序 设计的步骤; 在嵌入式Linux 系统上, 编写控制程序, 成功地实现嵌入式系统与微机系统 间的数据交换。 串口编程 嵌入式Linux Linux 内核-For embedded Linux operating system features, analysis of the system of serial communication port programming under control,
Linux
- linux是指GNU/Linux内核和GNU/Linux工具集组合而成的一套操作系统, 一个最基本的linux 由 内核 kernel,二进制工具包 binutils, GNU C library glibc和shell 组成 而其他linux基本上是在核心linux基础上添加了大量的开源软件和软件包管理系统 而来的 而区别不同发型版的关键在于包管理系统 -linux refers to GNU/Linux kernel and GNU/Linux tool set
11linux
- Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。 -Linux system, device drivers the operating system kernel are an importan
Linux
- Linux 系统内核初始化过程。 一、对硬件数据结构的初始化过程 1、系统首先调用 printk() 函数在屏幕上打印 Linux 内核版本号和编译内核所使用的 gcc 编译器版本号、启用时间等,如果这个过程失败,将显示一个参考信息给用户-Linux 系统内核初始化过程。 一、对硬件数据结构的初始化过程 1、系统首先调用 printk() 函数在屏幕上打印 Linux 内核版本号和编译内核所使用的 gcc 编译器版本号、启用时间等,如果这个过程失败,将显示
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
linux-transfer
- Linux系统编程移植手册,2.6.31内核(嵌入式和计算机)-Linux System Programming Manual transplantation, 2.6.31 kernel (embedded and computer)
2410-Linux-xitongshaoxie
- 2410开发板的linux系统的烧写,包括VIVI,内核,应用程序的烧写-2410 development board linux systems programming, including VIVI, kernel, application programming
Linux-kernel-source
- 该文件为Linux系统内核源码,虽小,但各个部分一应俱全,供Linux爱好者深入学习内核知识所用!-The file system for the Linux kernel source, is small, but readily available parts for the core Linux enthusiasts in-depth knowledge of the use of learning!
Linux-programming-ideas
- 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
Linux-kernel-configuration
- Linux内核配置浅析,详细解释Linux系统内核,有助于理解Linux系统。-Analysis of the Linux kernel configuration, detailed explanation of the Linux kernel, and contribute to the understanding of the Linux system.
LINUX内核设计与实现(第二版)
- 学习用书,用于学习linux系统编程方面的经典教程(A classic tutorial for learning Linux system programming)