文件名称:OS0417

  • 所属分类:
  • Linux/Unix编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 272kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • Lil***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

此为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))可以实现所有的Linux Shell 命令。在Nachos 内核中,对具体的Shell命令实现可参考其实现方法,不要求对每个Shell 命令都去具体的实现。

2. 研究Nachos 的系统调用机制:

研究Nachos 的系统调用机制, 在Nachos 内核中实现关键系统调用, 以支持test/shell.c 通过交叉编译所生成程序的运行。通过分析test/shell.c 可知,这些关键系统调用包括:Write,Read,Exec,Join。假设test/shell.c 通过交叉编译所生成的程序为shell.noff,如果实现正确,则运行“nachos –x shell.noff”时会在Nachos 平台上为用户提供提供一个满足要求的Shell。-This is NachOs experimental reports and source code, experimental content:

A research code/shell code:

Source code under Nachos are to the source code code/the shell directory, a shell, the shell to use in C/C++ Linux Shell command the call to support (execl (the SHELL, SHELL-c ", exec_name, NULL)) a Shell Wrapper, make a function (nachos_syscall.c in Exec (char* exec_name)) can be achieved all the Linux shell command. Nachos kernel, specific Shell command can refer to the methods of their realization does not require each Shell commands to specific implementations.

2 Nachos system call mechanism:

Nachos system call mechanism of the study, critical system calls in Nachos kernel to support the test/shell.c generated by cross-compiling the program run. Test, analysis/shell.c shows these critical system calls include: Write, Read, Exec, Join. Assume that test, program/​ ​ the shell.c generated by the cross-compiler for shell.noff, if the realization of the right, then run th
(系统自动生成,下载前可以参看下载内容)

下载文件列表

week10实验报告.doc

lib\sysdep.h

userprog\exception.cc

........\ksyscall.h

lib

userprog

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org