CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux内核 代码

搜索资源列表

  1. Linux_serial_network

    0下载:
  2. Linux为串口上网提供了丰富的支持,比如PPP(Peer-to-Peer Protocol, 端对端协议)和SLIP(Serial Line Interface Protocol, 非常老的串行线路接口协议),这里所说的"上网"是指把串口当成一个网络接口,通过封装网络数据包(如IP包)以达到无网卡的终端可以通过串口进行网络通 信。但是使用这两种协议必须得到内核的支持。例如,如果在没有配置PPP的Linux环境中使用PPP,除了安装PPP应用层软件外,还必须重新编译内 核。SLIP是一个比较老的
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:71285
    • 提供者:yonhom
  1. linux0.11

    0下载:
  2. 这个是赵炯的linux完全解释0.11内核代码分析电子书。这个是linux内核驱动学习的入门书籍。-This is fully explained Zhao Jiong the linux kernel of 0.11 e-book. This is the linux kernel driver, entry-learning books.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4993557
    • 提供者:林辉
  1. bootloader

    0下载:
  2. 在专用的嵌入式板子运行GNU/Linux系统已经变得越来越流行。一个嵌入式Linux系统从软件的角度看通常可以分为四个层次:   1、 引导加载程序。包括固化在固件(firmware)中的boot代码(可选),和BootLoader两大部分。   2、 Linux内核。特定于嵌入式板子的定制内核以及内核的启动参数。   3、 文件系统。包括根文件系统和建立于Flash内存设备之上文件系统。通常用ramdisk来作为rootfs。   4、 用户应用程序。特定于用户的应用程序。有时在用户应用程序和
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:344528
    • 提供者:linaaygli
  1. Linux-USB

    1下载:
  2. Linux那些事儿之我是USB,较好的介绍了lunux内核下的usb代码段-Linux那些事儿之我是USB
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-02-27
    • 文件大小:1135036
    • 提供者:dsd
  1. init

    0下载:
  2. Linux内核编程源代码,init的全部代码,可以用来学习-Linux kernel programming source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:20443
    • 提供者:tianxiaoyu
  1. acoral

    0下载:
  2. acoral是一个操作系统,aCoral支持多线程模式,其最小配置时,生成的代码为7K左右,而配置文件系统,轻型TCP/IP,GUI后生成的代码仅有300K左右。目前,aCoral支持各种ARM系列处理器:Cortex-m3, ARM7, ARM9,ARM11,以及ARM11MPCORE四核平台(链接)。同时,为了方便没有开发板的用户体验aCoral,其模拟版本可以在运行Linux的PC中作为应用程序运行,这种模式可以体验aCoral的所有功能,包括内核、文件系统、GUI,该模式支持单核和多核-
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-27
    • 文件大小:9911062
    • 提供者:陈朱旭
  1. hardware

    0下载:
  2. arm9的各个部分的驱动代码,linux内核及uboot代码 以及一些外部设备驱动代码-arm9 various parts of the driver code, linux kernel and uboot code as well as some external device driver code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:161025
    • 提供者:小明
  1. ch3

    0下载:
  2. linux 内核编程,关于内核信号量和自旋锁编程实例代码;操作系统环境为cent os -linux kernel programming, semaphores and spin on the kernel lock code, programming examples operating system environment for the cent os
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:82172
    • 提供者:徐德亮
  1. Linuxdaimabuju

    0下载:
  2. linux代码布局,内核代码结构、配置选项分析、内核编译与链接。-linux code layout, kernel code structure, configuration options of the kernel compile and link.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:175839
    • 提供者:王亚
  1. spl-0.6.0-rc4.tar

    0下载:
  2. solaris port layer 源代码,以便把solaris的内核代码移植到linux上-solaris port layer source code for the solaris kernel code to linux on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:428187
    • 提供者:刘民
  1. A-Heavy-Commented-Linux-Kernel-Code

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

    • 发布日期:2017-05-15
    • 文件大小:3754991
    • 提供者:赵叶红
  1. Linux-Programming-White-Papers

    0下载:
  2. < Linux编程白皮书> : 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。-< <Linux编程白皮书> > : This book and its programming on the Linux operating system, the overall presentati
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-30
    • 文件大小:12528264
    • 提供者:刘绍海
  1. A-Commented-Linux-Kernel-Source-Code

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

    • 发布日期:2017-05-19
    • 文件大小:5313436
    • 提供者:杨帅
  1. linux2.6-boot

    0下载:
  2. linux2.6内核启动分析,非常详细的一份说明文档,里面有每段代码的注释和解释,这给我们学习linux内核非常有帮助。-linux2.6 kernel start the analysis, a very detailed descr iption of the document, each code there are comments and explanations, which to us is very helpful to learn the linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:536977
    • 提供者:john
  1. Boot

    0下载:
  2. 自己模仿U-BOOT写的一个Bootloader,可从Nor或Nand启动,已经实现多命令解析,TFTP下载,NAND Flash烧写擦出,定时引导Linux内核等功能.目前该版本只能跑FS2410,如果需要跑其他平台需要修改一些地方的代码.-Write their own imitation of a U-BOOT Bootloader, or Nand Nor can start multi-command has been parsed, TFTP download, NAND Flash
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:35943
    • 提供者:czy
  1. sgtl5000.driver.codec.tar

    0下载:
  2. 本源码是基于imx51平台的一款sgtl5000的codec芯片的驱动,芯片用途广泛,但linux内核不支持,需自己写,这是在一个项目中用过的,代码绝对可用-The source is based on the platform of a sgtl5000 imx51 the codec chip driver, chip widely used, but the linux kernel does not support the need to write, which is used in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:26035
    • 提供者:xiami
  1. linuxboot.s

    0下载:
  2. linux内核原代码boot.s部分的注释-part of the linux kernel source code boot.s comments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5793
    • 提供者:万军
  1. LINUX

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

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

    0下载:
  2. 中程在线信息产业培训-:LINUX系统构成,内核介绍、配置与编译、原理分析、代码分析-Medium-range online information industry training-: LINUX system structure, core descr iption, configuration and compilation, theory analysis, code analysis
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:276642
    • 提供者:张斌
  1. timer

    0下载:
  2. linux 内核定时器编程: 包括代码程序和makefile文件 my_timer定时器每个1s 打印1 和 second_timer定时器每隔2s打印2 将rar修改为.tar.bz2-linux kernel timer programming: Including program code and the makefile my_timer timer print each 1s 2s 1 and second_timer timer every print 2
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:8349
    • 提供者:yuweixian
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com