搜索资源列表
linuxkernelpictures
- Linux的内核分析书籍,使用图解的形式很好的诠释了Linux的内核结构等-Linux kernel analysis books, the use of the graphic form of a good interpretation of the Linux kernel structure
linux-firewall.rar
- 很好的关于LINUX内核防火墙的代码分析。是一片要钱的论文,这里奉献了,Very good on the LINUX kernel firewall code analysis. A piece of paper money is, where dedicated
EmbeddedLinuxPrimer
- Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of porting Linux to custom boards and introduces real-time configuration via CONFIG_RT--one of today s most exciting developments in embedded Linux. You ll
LINUX-kernel-network-skbuff
- 在linux内核网络部分代码中,使用的skbuff的详细描述-Part of the linux kernel network code, the use of a detailed descr iption of the skbuff
godson2
- 龙芯2 号处理器系统优化关键技术摘 要 系统软件作为处理器和应用程序之间的接口,对于充分利用处理器的特性来维护处理器与应用 程序的稳定性和提高应用程序的性能起着极其重要的作用1 描述了在Linux 内核中解决龙芯2 号处理 器的Cache 别名问题的方法以及通过增加页的大小、软TLB 和FAST TLB REFILL 的方法减小TLB 失效的性能损失,还有Uncache Accelerate 对媒体播放软件的加速1 实验结果表明,在系统软件中增加 这些方法的支持,对系统的稳定性和
Linux
- 介绍了基于AT91RM9200系统硬件结构和Linux内核结构,然后分析了如何将Linux移植到目标 板上的方法与步骤,最后建立了根文件系统。通过串口、网口或者JTAG口烧至目标板,该系统成本低、工作 稳定、通用性强,可用在多种工业场合。 -Introduced based on the AT91RM9200 system hardware structure and the structure of Linux kernel, and then an analysis of how
4.ARMLinux
- 本文讨论了基于ARM的嵌入式Linux的音频播放器。使用了以三星S3C2410芯片为CPU的ARM9 开发板。于主机上建立交叉编译环境,对嵌入式压缩内核进行编译调试,通过串口移植了Bootloader、嵌入式 Linux内核和文件系统到开发板上。从网络获取应用程序源代码,对音频播放器源代码经过交叉编译和调试并 下载到目标机开发板上进行进一步调试。最终成功实现了播放音频的功能,结合其他设备,成为具有功率放大 器功能的嵌入式音频播放器,且可进一步在其上开发视频播放和其他网络功能。
linux-study-preview
- 详细介绍了u-boot的移植,以及Linux内核调试的相关技术,非常不错的技术文档-Details of the u-boot of the transplant, as well as the Linux kernel debugging related technologies, a very good technical documentation
Linux_program
- 《Linux编程白皮书》描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。-" Linux Programming White Paper" describes the key design concepts and system
Adding-A-System-Call
- This document gives you steps to add a system call in linux kernel.
linux
- 该文档详细的描述了Linux内核的开发的详细过程,同样也详细的介绍了Linux内核的裁剪过程-The document detailed descr iption of the Linux kernel development process and also a detailed descr iption of the cutting process of the Linux kernel
linux-Application-Development
- 本书全面介绍了嵌入式 Linux 系统开发过程中,从底层系统支持到上层 GUI 应用的方方面面,内容涵盖 Linux 操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识,硬件部件的使用及编程,,U-Boot、Linux 内核的分析、配置和移植,根文件系统的构造,内核调试技术,驱动程序编写及移植,GUI系统的移植,应用程序调试技术。 -The book is a comprehensive introduction to embedded Linux system developme
Linux
- inux是一种自由和开放源码的类Unix操作系统,存在着许多不同的Linux版本,但它们都使用了Linux内核。Linux可安装在各种计算机硬件设备中,比如手机、平板电脑、路由器、视频游戏控制台、台式计算机、大型机和超级计算机。Linux是一个领先的操作系统,世界上运算最快的10台超级计算机运行的都是Linux操作系统。严格来讲,Linux这个词本身只表示Linux内核,但实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统-inux is
linux
- 文档介绍:怎么自己做个迷你linux内核。-The document describes: how their own to be a mini linux kernel.
Linux-socket
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。-Introduction to Linux Network Programming Content: Linux is the most popular open-source operating system, occupies the core of the
Linux-kernel-Makefile
- linux kernel makefile 文件详细解说-linux kernel makefile file a detailed explanation of
I2C-linux-kernel
- 实例解析linux内核I2C体系结构,完整分析了linux下IIC得结构,device、bus、driver,初学者必备-Examples resolve I2C linux kernel architecture, a complete analysis of the structure under linux too IIC, device, bus, driver, beginners must
Linux-kernel-to-be-compiled
- linux 内核编译的具体实现流程 可能比较基础,但是是自己写的,希望能有帮助-linux kernel compile a concrete realization of the process may be more basic, but it is to write their own, hoping to help
linux-kernel-is-fully-Anatomy
- 本书对早期Linux操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在让读者能够在尽量短的时间内对Linux的工作机理获得全面而深刻的理解,为进一步学习和研究Linux操作系统打下坚实基础。-Book early Linux operating system kernel (v0.11) all the code file for detailed and comprehensive notes and illustrations, designed to allow the
深入理解linux内核【第三版-中文】
- 这是一本关于linux内核的电子书,很好的学习资料,欢迎大家下载。(this is a book about linux kernel learning.)