Welcome![Sign In][Sign Up]
Location:
Search - Nachos实验报告

Search list

[Windows Developstar0000

Description: 操作系统实验(附实验内容的PPT和实验报告) 安装nachos; 用C++实现双向有序链表; 在nachos系统中使用你所写的链表程序并演示一些并发错误 -experimental operating system (PPT contents of the experiment and experimental) installation nachos; C bidirectional orderly list; nachos system in the use of the chain you have written procedures and demonstrated with some errors
Platform: | Size: 77849 | Author: 战天 | Hits:

[Linux-Unixnachos

Description: nachos系统作业 实现线程系统 实现一个电梯模拟 附实验报告
Platform: | Size: 1025582 | Author: 蒋益 | Hits:

[OtherContext Switch in Nachos实验报告

Description:
Platform: | Size: 31744 | Author: lzyzsd | Hits:

[OS programnachos实验代码

Description: nachos操作系统试验详细代码,内有实验报告
Platform: | Size: 209220 | Author: yingyingisi | Hits:

[Windows Developstar0000

Description: 操作系统实验(附实验内容的PPT和实验报告) 安装nachos; 用C++实现双向有序链表; 在nachos系统中使用你所写的链表程序并演示一些并发错误 -experimental operating system (PPT contents of the experiment and experimental) installation nachos; C bidirectional orderly list; nachos system in the use of the chain you have written procedures and demonstrated with some errors
Platform: | Size: 77824 | Author: 战天 | Hits:

[Linux-Unixnachos

Description: nachos系统作业 实现线程系统 实现一个电梯模拟 附实验报告-nachos system operation to achieve the realization of a thread lift system simulation experiment report attached
Platform: | Size: 1025024 | Author: 蒋益 | Hits:

[OS DevelopNachOS_Project

Description: NachOS 四个project的完成实验报告 shell 线程管理 文件管理 内存管理-NachOS the completion of lab reports four project shell memory management, thread management document management
Platform: | Size: 1339392 | Author: wxz | Hits:

[OS Developlab1

Description: 四川大学软件学院操作系统课程设计Nachos实验1源码以及实验报告-Sichuan University, curriculum design Nachos operating system source code and test reports in Experiment 1
Platform: | Size: 777216 | Author: SilverBullet | Hits:

[OS Developlab2

Description: 四川大学软件学院操作系统课程设计Nachos实验2源码以及实验报告-Sichuan University School of operating system software, curriculum design Nachos source experiment 2 and experiment report
Platform: | Size: 827392 | Author: SilverBullet | Hits:

[OS Developlab3

Description: 四川大学软件学院操作系统课程设计Nachos实验3源码以及实验报告-Sichuan University School of operating system software program designed Experiment 3 Nachos source code and experimental report
Platform: | Size: 2330624 | Author: SilverBullet | Hits:

[OS Developlab4

Description: 四川大学软件学院操作系统课程设计Nachos实验4源码以及实验报告-Sichuan University School of operating system software, curriculum design Nachos experiments and lab reports 4 Source
Platform: | Size: 2040832 | Author: SilverBullet | Hits:

[OS DevelopNachos-labs

Description: nachos操作系统实习的四个实验代码和报告。包含线程调度,文件系统和内存管理等实现-nachos practice of the four experiments operating system code and reports. Include thread scheduling, memory management, file system and achieve
Platform: | Size: 4271104 | Author: 古龙 | Hits:

[OS Developnachos

Description: 在NACHOS上实现了双向链表,演示了大部分并发错误,完整实验报告与关键文件。-To achieve a two-way in the NACHOS list, shows most of the concurrency errors, complete test reports and key documents.
Platform: | Size: 392192 | Author: Alex | Hits:

[OS DevelopNachOS-4.1_thread

Description: 1. 操作系统改进 2. 在NachOS的源码上面进行进程调度的改进。 3. 实现了先来先服务的进程调度算法。 4. 每一处自己修改的地方添加有//edited by 3feng的注释 5. 附有详细说明的实验报告-1. Operating system improvements 2. NachOS source in the process of scheduling the above improvements. 3. Realized the process of a first-come first-served scheduling. 4. Every place edited is commented by "// edited by 3feng comment " 5. With a detailed description of the experimental report Attached
Platform: | Size: 1630208 | Author: 3feng | Hits:

[Linux-UnixOS0417

Description: 此为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
Platform: | Size: 278528 | Author: Lilith | Hits:

[Software Engineeringnachos-lab3

Description: 操作系统课程设计暨nachos实验3的报告-利用信号量实现进程同步-Operating systems curriculum design cum nachos Experiment 3 report- use semaphore synchronization process
Platform: | Size: 153600 | Author: 孙晓雯 | Hits:

CodeBus www.codebus.net