搜索资源列表
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
unix_V
- 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
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.
linuxsystem
- 旧版的linux-0.11操作系统,是个很好的学习linux源代码的操作系统版本-previous version of the Linux-OS 0.11. is a good learning linux source code versions of the operating system
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
bochs-2.2.6-win32msvc-src
- bochs-2.2.6 的源码,学习LINUX的内核时很有用.-bochs - 2.2.6 source code, the Linux kernel study is useful when.
grub-1.95.tar
- grub 1.95 linux 的bootloader 源代码,小型的os,可以作为学习写操作系统使用 -grub 1.95 Bootloader linux source code, the small os. can learn to use the operating system
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文件系统调用(新手必须)
- 刚刚学习操作系统得新手们可以好好看看这个程序.-just learning platforms is a good novice can look at this procedure.
一个新的Linux设备驱动程序
- 这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序.-This is a research study I read, understand others in the process, I feel very good source.
linux-0.95gz
- linux内核,它非常适合用于学习操作系统的原理以及对相关操作系统的开发也有很好的借鉴作用
linux-KERNEL
- LINUX 内核,对操作系统内核的开发有很好的借鉴及学习意义,只有在linux下make 就能用了
linux-1.0
- linux kernel源代码,适合学习linux用-linux kernel s source code
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.
uCOS-II
- uclinux源码,一个最精简的嵌入式操作系统,是学习嵌入式的好资料-uclinux source, one of the most streamlined of the embedded operating system, is a good learning embedded information
LINUX-0.01
- LINUX最原始的内核版本,可以用ddd+gdb调试运行学习-LINUX-0.01
Linux_kernel_design
- Linux 内核学习和开发的一本重要资料,比较详细,与大家分享。里面包含 进程、内存管理、模块等部分-Linux kernel learning and the development of an important information in more detail to share with you. Which contains processes, memory management, modules and some other
linux-0.11
- linux0.11版本的源代码,学习linux很好的资料。-linux0.11 version of the source code, learn linux good information.
linux-0.01
- linux 0.01版本程序源代码,供大家学习参考之用-linux 0.01 srouce code
linux操作系统源码下载
- 包含完整的linux操作系统的源代码,对学习操作系统非常有帮助,花了好久时间才找到。