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

搜索资源列表

  1. glibc-linuxthreads-2.3.tar

    0下载:
  2. This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c \"pthread\" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:244007
    • 提供者:马帅
  1. FanPuGuiZhen__UNIX_code

    0下载:
  2. 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:549430
    • 提供者:James
  1. LINUX1.0

    0下载:
  2. 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1545696
    • 提供者:郭子
  1. Unix_system_design

    0下载:
  2. 本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:8773354
    • 提供者:Roric
  1. haison

    0下载:
  2. 8139网卡驱动 for linux/unix 只针对2.4内核 其他内核不保证可用-FOR LINUX /UNIX 2.4 KERNEL 8139 driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7561
    • 提供者:song
  1. ARMdevelopment2

    0下载:
  2. Linux是个和Unix相似、以内核为基础的、完全内存保护、多任务多进程的操作系统。Linux最初是在1991年由一名芬兰学生Linus Torvalds开发的-Linux and Unix is similar to kernel-based, full memory protection, multi-process multi-tasking operating system. Linux was first in 1991 by a Finnish student Linus Torva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1475861
    • 提供者:jiang
  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1058
    • 提供者:sbyygyfd
  1. linuxpaper

    0下载:
  2. Linux的说明文件,Linux 是进行内核研究、学习 UNIX 或学习编程的绝佳学习平台,提供给大家交流-Linux, documentation, Linux kernel is to conduct research, study or learning programming UNIX a great learning platform, provides us with the exchange of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:799673
    • 提供者:furong
  1. linuxdriver_code_tool

    0下载:
  2. Linux是开放的源代码,它具备了unix的全部特征,与POSIX标准兼容。 Linux操作系统,不仅广泛与应用于PC、服务器,还广泛地用于手机、PDA等高端嵌入设备。 Linux综合了unix主要派生系统(如SysV、BSD)的先进技术,所以,Linux操作系统上能运行原Unix系统的各种应用程序,同时,还存在大量的应用程序开放源代码供开发者使用。 Linux内核代码几乎是每个软件工程师必读的-Linux is open source code, which possesses a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25116877
    • 提供者:rason
  1. linuxindex

    0下载:
  2. Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -Linux is a Unix-computer' s operating system collect
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:5502
    • 提供者:wdxiaoxiong
  1. Myshellv0.1

    1下载:
  2. 作业控制是操作系统的首要功能,是连接用户与操作系统内核的最主要的通道。UNIX的作业控制由shell程序实现,它接收终端用户的联机命令,或执行shell脚本程序,完成用户的作业。shell以用户进程的方式运行于用户模式,因此,用户可以选择自己喜欢的shell程序,也可以使用自行设计的个性化shell程序。-Job control is the primary function of the operating system is to connect the user with the oper
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:331138
    • 提供者:谢海斌
  1. linux_kernel

    0下载:
  2. Its the document which is for kernel system for unix/linux.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:110912
    • 提供者:dipen
  1. abs_guid_cn

    0下载:
  2. shell 是一个命令解释器.是介于操作系统 kernel 与用户之间的一个绝缘层.准确地说,它也是一种强力的计算机语言.过 将系统调用,公共程序,工具,和编译过的二进制程序粘合在一起来建立应用.事实上,所有的 UNIX 命令和工具再加上公共程序,对于shell脚本来说,都是可调用的.如果这些你还觉得不够,那么 shell 内建命令,比如 test 与循环结构,也会给脚本添加强力的支持和增加灵活性.Shell 脚本对 于 管理系统任务和其它的重复工作的例程来说,表
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1124289
    • 提供者:daxi
  1. CProgramming

    0下载:
  2. InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: - Software th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2251912
    • 提供者:nbsdude
  1. Beginning.Linux.Programming4th_EN

    0下载:
  2. Linux程序设计 : 第4版(最负盛名的Linux程序设计图书) 时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。 本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4136405
    • 提供者:gh
  1. UnderstandingtheLINUXKernel

    0下载:
  2. Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets the challenge of different environments. The authors introduce each topic by explaining its importance, and show how kernel operations relate to the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2943438
    • 提供者:vivek
  1. Windows_mantis

    0下载:
  2. Windows下搭建mantis Git 是用于 Linux 内核开发的版本控制工具。与常用的版本控制工具 CVS, Subversion 等不同, 它采用了分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。 Git 的速度很快,这对于诸如 Linux kernel 这样的大项目来说自然很重要。 Git 最为出色的是它的合并跟踪(merge tracing)能力。 作为开源自由原教旨主义项目,Git 没有对版本库的浏览和修改做任何的权限限制。 它只适用于 Li
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:793350
    • 提供者:raullf
  1. linux-2.4.17-2.tar

    0下载:
  2. 这是异常珍贵的,非常难得的Linux2.4版本的源码,在市面上已经无法找到了。Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -This is extrem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-19
    • 文件大小:29736876
    • 提供者:观光客
  1. Linux-programming

    0下载:
  2. Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用 GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -Linux is a type of Unix computer operating system co
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14466226
    • 提供者:dudu
  1. LinuxKernelPrimer

    0下载:
  2. unix 内核详细讲解 实材料 是学习unix内核的好书-unix Learn Linux kernel programming, hands-on: a uniquely effective top-down approach
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2671895
    • 提供者:
« 1 2 34 »
搜珍网 www.dssz.com