搜索资源列表
bochs-2.2.1.win32-src
- Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
Linux内核分析(经典)
- linux 源码分析,我所见过写的最透彻的。-linux source code analysis, I see have written most thoroughly.
s3c2410boot生成的镜像
- 非常好的再我机器上面一进试验过的基于ARM9的嵌入式LINUX启动源代码,一点问题都没有-very good again above a machine I tested into the ARM9-based embedded Linux boot source code, no problem at all
pracising_while_learning_linux_kernel.tar
- 如果您在研究linux内核,相信您一定听说过李善平老师的《边干边学——linux内核指导》这本书,这本书内容详尽实用,但是您是不是在因为即使照敲那些书上的代码也不能work而烦恼呢?这是该书所有章节的完整代码,本人尝试过其中的大部分,如shell,公平调度,文件系统,统计缺页率等,都能work!-If you study linux kernel, I believe you will definitely heard PDM teachers "learn by doing -- l
os
- [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文
一个新的Linux设备驱动程序
- 这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序.-This is a research study I read, understand others in the process, I feel very good source.
linux-源代码
- 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very goo
是一个渗透测试的系统,类似于Linux
- 是一个渗透测试的系统,类似于Linux,功能很强大,很实用,我也是刚刚装机的-Is a penetration test system, similar to Linux, very powerful, very practical, I have just installed the
LinuxOs1
- 第一章 Linux操作系统简介及其安装与基本应用,基本命令及进程管理-Chapter I Introduction and installed Linux operating system and basic applications, basic commands and process management
[L_27_3]
- 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
MMURTL
- Great MMURTL 32bit (I think linux was inspired by it)-Great MMURTL 32bit (I think linux was inspired by it)
embeddedoperation
- 嵌入式操作系统的研究,关于linux的。相信对你是有用的。-Embedded operating systems research, on linux the. I believe it is useful to you.
user_shell
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
my_ls
- 用C语言实现linux的ls命令,可选参数包括d,l,R,i,a,格式为my_ls [Option]...[Filepath]-Linux using C language implementation of the ls command, optional parameters, including d, l, R, i, a, format my_ls [Option] ... [Filepath] ...