搜索资源列表
kernel-0.2.tar
- 南京航空航天大学开发的一个类Unix和Linux的操作系统,好不好看看就知道了,-Nanjing University of Aeronautics and Astronautics development of a Unix and Linux operating system, look at how well knew, huh
kvm-9
- KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified
linux0.11kernel
- linux0.11内核源代码,包括了目前新版本中几乎所有基本功能原理的内容,有利于迅速学习掌握linux的内核机制-linux0.11 kernel source code, including a new version of the present almost all the basic tenets of the functional content, help to quickly learn linux kernel mechanism
linux_0.01
- 早期的Linux——0.01内核的源程序,体积较小,但已是一个完整的操作系统,比较适合于学习。-early Linux -- 0.01 kernel source, smaller, it is a complete operating system, suitable for the study.
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
compile_Linux_kernel
- 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
LINUXcoresourcecodeanalyze
- 浙江大学 毛德操 编写 Linux 内核入门精通必看-Zhejiang University, maud parade entry master the preparation of a must-see Linux kernel
The_Linux_Kernel_API
- linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
Linux2.6networksourceccode
- Linux2.6内核下协议栈的源代码剖析。介绍的很详细,适合对网络协议有一定了解的熟悉Linux具有C语言背景的人阅读-Linux2.6 kernel protocol stack source code analysis. Described in great detail, suitable for network protocols have some understanding of Linux with a familiar C language background reading
Linux_mingling
- Linux的命令大全,修改版本,对一些针对内核2.6的命令做了注释,还是挺不错的。适合初学者或者作为手册进行查询-Linux command Daquan, a modified version, for some commands for the kernel 2.6 has done a comment, or very good. Suitable for beginners or as a manual query
linux_kernel
- 一个 linux 的内核分析,比较旧,入门者适用-A linux kernel analysis, comparing the old, beginners applicable
lkd2nd
- The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insid
linux-2.5.10
- Linux是一种自由和开放源码的类Unix操作系统,存在着许多不同的Linux版本,但它们都使用了Linux内核。Linux可安装在各种计算机硬件设备中,比如手机、平板电脑、路由器、视频游戏控制台、台式计算机、大型机和超级计算机。Linux是一个领先的操作系统,世界上运算最快的10台超级计算机运行的都是Linux操作系统。严格来讲,Linux这个词本身只表示Linux内核,但实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得
geekos-0.3.0
- 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统核心内容分别设计了7个难度逐渐增加的项目供教师选择-A C language development of the operating system, Linux or UNIX environment, students can be functional expansion under Windows using C
asst4-segments.tar
- Simulator for segments in a Linux kernel
swallow-master
- 一个简单的内核。在linux下运行,需要bochs模拟器。-A simple kernel. Running under linux, need bochs emulator.
oprofile3a.tar
- OProfile是Linux内核支持的一种性能分析机制。该源码主要是在龙芯平台上运行的源码。-OProfile is a performance analysis of the Linux kernel support mechanism. The source is mainly in the godson platform running on the source code.
Linux0.11-
- 书对 Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明, 旨在使读者能够在尽量短的时间 内对 Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux 系统打下坚实的基础。虽然所选择的版本较低, 但该内核已能够正常编译运行, 其中已经包括了 LINUX 工作原理的精髓, 通过阅读其源代码能快速地完全理解内核的运作机 制。书中首先以 Linux 源代码版本的变迁历史为主线,详细介绍了 Linux 系统的发展历史,着重说明了各个内核版本之
os exercies4
- 写一个扩展到linux防火墙,这使得它成为可能 指定允许哪些程序使用哪个传出端口。 更确切地说,用户空间程序和内核 模块。(Write an extension to the linux firewall which makes it possible to specify which programs are allowed use which outgoing port. More precisely, write a user space program and a