搜索资源列表
linux源代码
- Linux0.07版本的源代码,很经典的,对于初学者有很大的帮助,不可不看。-linux version 0.07 source code, very classic, helpful to the beginner.
Linux内核分析(经典)
- linux 源码分析,我所见过写的最透彻的。-linux source code analysis, I see have written most thoroughly.
linux [0]11 源代码(带中文注释的)
- Linux 0.11 版本的中文件注释版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,对于学习Linux内核很有帮助.-0.11 version of the Linux File Notes version of the E inside the text by the author's understanding, the Chinese changed, and acceded to the author's understanding of id
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
linux-2.4.20-rtl
- 该文件是rt_linux,实现linux的实时功能-rt_linux the document is to achieve real-time functional linux
HEC-linux
- c/c++虚拟机linux版本-c / c Linux version of Virtual Machine
linux-0.01_Code.tar
- 最著名的操作系统Linux内核源码: 是研究学习操作系统内核,以及系统级编程非常好的参考资料.-most famous operating system Linux kernel source : the study is to examine the operating system kernel. and system-level programming very good reference.
linux-0.11-040327-SourceCode.tar
- linux-0.11的内核代码,为linux的早期代码,可是作为学习操作系统的基础-linux - 0.11 kernel code for Linux in the early code But the operating system as the basis for learning
linux-2.6.9.tar
- Linux Kernel 2.6.9 for OMAP1710 -Linux Kernel 2.6.9 for OMAP1710
mod-linux-0.11
- Linux 0.11 代码在不做修改的情况下,很难在现在的环境下这接编译通过(除非你能的到 10 几年前 Linus 用的那个版本的 gcc 什么的)。所以要对代码作少量修改(说说是少量花了好几小时的,主要是一上来不熟 gcc 的内嵌汇编)。比起linux0.01,linux0.11更加完善,更加接近操作系统的要求,内核小有利于学习linux-0.11 Linux code does not modify the circumstances, In the present difficult c
Linux-011-sourcecode
- Sourcecode of the Linux-011 with detailed chinese annotation,it s verygood and worth reading.
Linux-Boot
- 在linux下的bootloader转到windows的ADS下编译的一个工程.
linux-0.11
- linux0.11版源程序,通过阅读该代码可以对linux的组成和任务的完成有很好的了解
linux-0.11-devel-040923
- linux 0.11源码,内有注解-0.11, within Notes
linux-0.01
- Linux 0.01 first kernel source [Original] by Linus Trovalds
linux-0.01
- Linux操作系统的源码,版本为0.01,是学习操作系统开发和学习编程的好资源。-Source Linux operating system, version 0.01, is to learn the operating system development and good resources to learn programming.
linux-0.00
- Linux 0.00的源代码,够经典吧,可以拿来做操作系统开发的框架-The source code for Linux 0.00, classic enough it can be used as a framework for operating system development
linux-driver-demo-audio
- 宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
linux-lcd-driver
- linux lcd driver for arm -linux lcd driver for arm
linux-kernel
- 最新的linux内核代码压缩文件,希望有需要的可以自行下载