CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - understanding the linux kernel

搜索资源列表

  1. linuc

    0下载:
  2. 这是一个linux初学者学习的小程序,方便于初学者了解linux的内核结构,上面附加了源代码,希望大家支持-This is a linux beginners learning the small programs that facilitate the understanding of beginners Linux kernel structure, the above additional source code, we hope that the support
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8205
    • 提供者:张明
  1. Linux_driver_designe

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间 建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设 备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设 备驱动程序,可以深入理解Linux系统和进行系统开发-Linux system, device drivers operating system kernel is an important component, the equipme
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4075
    • 提供者:fhy
  1. HOWTO-linux

    0下载:
  2. 这些是我丛网上download下来的一些资料,大家可以看看,对编写驱动和理解内核很有帮助-Cong which I download from the Internet information, we can see, Drivers on the preparation and understanding of the kernel helpful
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:562037
    • 提供者:500jun
  1. LinuxC

    0下载:
  2. linux内核分析,学习linux的必经过程,就是对内核进行分析理解,对学习linuxC的学习者有用-Analysis of linux kernel, linux learning process to go through, that is, an analysis of the core understanding of the learners in learning useful linuxC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5663382
    • 提供者:刘先进
  1. linux_Core_cut

    0下载:
  2. 此文档介绍了Linux内核的裁剪方法和过程,适合对Linux有一定了解的同胞们学习!-This document describes the Linux kernel and the process of cutting, suitable for Linux have a certain understanding of the fellow to learn!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:9793
    • 提供者:mol
  1. Linux_Kernel_zh_cn

    0下载:
  2. Linux内核中文版,介绍Linux内核,对深入了解linux内核有帮助-Chinese version of Linux kernel to introduce the Linux kernel, the in-depth understanding of linux kernel help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1199190
    • 提供者:Codeloader
  1. embeddedlinuxbootinformation

    0下载:
  2. 嵌入式 linux 的启动信息是一个很值得我们去好好研究的东西,它能将一幅缩影图呈现在我 们面前,来指导我们更加深入地理解 linux 内核。 -Linux boot embedded information is a study well worth a good thing, it will be a microcosm of the map in front of us, to guide us more in-depth understanding of linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:290842
    • 提供者:丁昌圣
  1. Linker.Script.in.Linux

    0下载:
  2. 讲述了LINUX内核的链接脚本的技术细节,对了理解内核的编译和配置,以及内核文件的生成和格式很有用。-LINUX kernel links about the technical details of scr ipts on the understanding of the kernel compilation and configuration, and the generation and format of the kernel file is useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:374124
    • 提供者:秋季
  1. ulk

    0下载:
  2. 深入理解linux内核原版,是学习linux内核的必备书籍,内核编程人员最好伴侣-In-depth understanding of the original linux kernel, linux kernel to learn the necessary books, the best partner kernel programmers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2889174
    • 提供者:jamken
  1. LINUX

    0下载:
  2. 本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间 对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础。虽然所选择的版本较低, 该内核已能够正常编译运行,其中已经包括了LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作 制。书中首先以Linux 源代码版本的变迁历史为主线,详细介绍了Linux 系统的发展历史,着重说明了各个内核版本之间-Book earl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5313851
    • 提供者:毛毛雨
  1. Linux

    0下载:
  2. 深入了解LINUX操作系统内核,是高深程序员不可缺少的必备资料书-In-depth understanding of LINUX operating system kernel, the programmer is highly essential and indispensable information on the book! ! ! ! ! ! ! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6489834
    • 提供者:
  1. UnderstandLinuxKernel3

    0下载:
  2. 深入理解LINUX内核中文第3版高清扫描版,应该是目前网上最清晰的版本了。-LINUX kernel-depth understanding of Chinese high-definition scan version version 3, it should be clear now the most online version.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:21634471
    • 提供者:时岩
  1. LINUX-driver-interface-programming

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过学习和分析设备驱动程序,更深入理解Linux系统设备驱动开发。-Linux system, device drivers are an important part of the operating system kernel, and a standard abst
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:497588
    • 提供者:飞幅度
  1. Iulk3n

    0下载:
  2. 深入理解linux内核第三版电子书,chm格式,linuux经典书籍,学习linux内核必备,已通过测试。 -In-depth understanding of the linux kernel third edition e-book chm format, linuux classic books to learn essential linux kernel has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2889263
    • 提供者:anticipate
  1. Linux_kernel_proc

    0下载:
  2. 彻底明白linux kernel里面的proc,知道内存里面存的是什么,更好的理解Linux kernel-Thoroughly understand the linux kernel inside the proc, know what memory which kept a better understanding of the Linux kernel
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2727
    • 提供者:sunnorth
  1. linuxsbqdbc

    0下载:
  2. 本书集中精力于Linux 设备驱动本身,理解 Linux 内核模块、Linux 设 备驱动的结构、Linux 设备驱动中的并发控制等内容-Book to focus on the Linux device driver understanding of the Linux kernel module, concurrency control structure of the Linux device drivers, Linux device driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-19
    • 文件大小:701523
    • 提供者:hexp
  1. Linux-kernel-completely-notesv3.0

    0下载:
  2. 本书对Linux早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux的工作机理获得全面而深刻的理解,为进一步学习和研究Linux系统打下坚实的基础。本书为最新修正版3.0-Book early to Linux operating system kernel (v0.11) all the code files for a detailed and comprehensive notes and instructions designe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:6747000
    • 提供者:移动互联网
  1. OS

    0下载:
  2. 当遇到硬盘启动故障时, 我们经常会使用软盘启动系统来检测故障原因。 根据我们了解 了 Linux 系统的引导启动过程。Linux 启动盘正是在软盘上包括了启动过程中所需的一些基 本文件,实现如同从完整的硬盘启动的功能。启动盘并非仅仅包括启动时必需的内核映像, 它一般还包括基本的系统文件及一些工具程序。根据其功能我们通常将它们分为四种类型: - When confronted with the hard disk boot failure, We often use
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1035416
    • 提供者:离校
  1. linux-kernel-is-fully-Anatomy

    0下载:
  2. 本书对早期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
  3. 所属分类:Project Design

    • 发布日期:2017-05-24
    • 文件大小:7433471
    • 提供者:black
  1. Linux

    0下载:
  2. Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-13
    • 文件大小:9067388
    • 提供者:黄天
« 1 2 3 45 6 »
搜珍网 www.dssz.com