搜索资源列表
UnixShell4osDesign
- Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
sys_project
- 操作系统课程设计 详细内容见论文 bochs,geekos,linux
Linux_read_write
- 对Linux操作系统内核进行修改,拦截所有的系统级读写操作,俗称“加塞子”。通过“加塞子”的手段,可以获得系统级用户的权限,你可以做你想做的任何事情。也是我们操作系统课程设计课要求的大作业。欢迎下载
linux-Shell
- 操作系统模拟Shell课程设计源码 模拟linux系统的shell模块功能
os
- 操作系统课程设计,含5个大作业。最后一个是文件系统的设计。有报告。最后一个是linux的,其他的是window上开发。 -Operating systems curriculum design, with five major operations. The last one is the file system design. Reports. The last one is linux, the other is a window on development.
work
- 操作系统 作业调度程序 课程设计文档 对于linux系统的学习有很大帮助-Operating system scheduling program curriculum design documents for linux system will greatly help the learning
USBdrivers
- LINUX下USB驱动程序的开发,适用于操作系统课程设计等-LINUX development under the USB drivers for the operating system such as curriculum design,
os
- 操作系统课程设计-成组链接模拟unix文件系统-课程设计-OS linux unix windows
sbit
- 操作系统课程设计-成组链接模拟unix文件系统-课程设计-OS windows linux unix
unixos
- 操作系统课程设计-成组链接模拟unix文件系统-课程设计-OS windows linux
bit
- 操作系统课程设计-成组链接模拟unix文件系统-课程设计-os windows linux
System-(Linux)
- 操作系统课程设计指导书 设计一 LINUX初起代码的分析 设计二 LINUX的forkexecwait函数的分析-Instructions Operating System Course Design
os
- 操作系统课程设计:接口兼容Linux命令接口的实现-Operating systems curriculum design: Interface compatible with Linux command interface implementation
simdsik
- 《操作系统课程设计》(华工) 模拟Linux文件系统,写一个simdisk开辟100M的空间,实现相关功能。-a os procedure which pretend the linux filesystem
Compile_linux_kernel
- Ubuntu 12.10下编译Linux内核的详细步骤,内容为操作系统课程设计实验一的实验报告(为保护隐私缺少两张实验结果截图请自行补充)。-Ubuntu 12.10 Linux kernel compile detailed steps, the content of courses on operating system design experiments an experimental report (for the protection of privacy is missing tw
操作系统课程设计2
- 操作系统课程设计 进程控制 包括LINUX和WINdows 两个系统的源码以及实验报告!