搜索资源列表
NachOS.rar
- linux——shell nachos 的课程设计 第一个,linux shell
NachOS_Project
- NachOS 四个project的完成实验报告 shell 线程管理 文件管理 内存管理-NachOS the completion of lab reports four project shell memory management, thread management document management
OS0417
- 此为NachOs实验报告及源码,实验内容: 1. 研究code/shell 下的代码: Nachos 所给的源代码的code/shell 目录下的源代码实现了一个shell,该shell 利用C/C++ 对Linux Shell 命令的调用支持( execl (SHELL, SHELL, "-c", exec_name,NULL) )实现了一个Shell 的Wrapper,使得一个函数(nachos_syscall.c 中的Exec(char*exec_name))可以实现所有的Linu
lab1
- Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
Nachos_CHN
- NachOS中文教程 学习操作系统的好帮手-Chinese NachOS good tutorial to learn the operating system to help
shell
- 操作系统课程实验:实现一个自己的shell,理解shell的工作原理,在用户程序中实现必要的系统调用,实现一个基于Nachos的shell。-Operating system course experiment. Implement its own shell, shell to understand the working principle of the user program to achieve the necessary system calls to implement a Nac
shell-of-nachos
- 该代码为在linux上的nachos虚拟操作系统的shell功能实现-The code for the nachos on linux virtual operating system shell functions to achieve