搜索资源列表
threads
- Nachos 线程-Nachos threads
nachos-3.4
- nachos操作系统,是加州大学伯克利分校教授操作系统课程用的微型操作系统。方便学生学习和理解。-Nachos is instructional software that allows students to examine,modify and execute operating system software.Nachos provides a skeletal operating system that supports threads,user-level processes,virt
nachos
- java写的nachos操作系统。扩展自伯克利的一个课程设计,实现了多线程、多进程、虚存和文件系统。-nachos OS in java. A project from UCB.
exp2
- nachos下线程与同步的实验,在nachos目录下覆盖源文件后make就可以运行-threads and synchronization of nachos Experimental
threads
- nachos线程模块升级,大家可以参考,对操作系统有更深的了解-Thread nachos upgrade module, you can refer to a deeper understanding of the operating system
ARoadMapThroughNachos
- Nachos i nstructional software that allows students to examine modify and exe cute operating system software Nachos provides a skeletal operating system that sup ports threads userlevel processes virtual memory and interruptdriven input o
lab9
- 实现nachos系统中线程按优先级调度的功能-Threads to achieve nachos system functions according to priority scheduling
threads
- nachos系统中对于线程机制的强化修改,实现了锁,随机变量以及管程的调用-nachos system to strengthen the mechanism for the thread changes, to achieve a lock, random variables, and call management process
nachosthreadcode
- nachos系统的线程机制实验代码,实现了对原有线程机制增强以及锁,随机变量功能的实现-nachos enhanced system threads and the lock mechanism, the realization of random variable function
nachos-002Pos
- NACHOS实验,线程调度的实验,优先级,线程数量-NACHOS experiment, the experimental thread scheduling, priority, number of threads
thread.cc.tar
- nachos 3.4中threads的实现-realization nachos 3.4 threads
Desktop
- nachos线程升级,限制最多同时产生128个线程,并实现优先级调度-the nachos thread upgrade restrictions while producing up to 128 threads, and priority scheduling
threads.tar
- 优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
nachos_thread
- nachos线程管理模块升级,实现了多种方法管理线程,包括“优先级调度”、“多级队列”等-nachos thread management module upgrade, to achieve a variety of ways to manage threads, including " priority scheduling," " multi-level queue" and so on
threads
- Nachos操作系统 修改线程的数据结构增加线程ID和用户ID-Add ThreadId and UserID for Nachos
nachos02
- nachos 系统下使用信号量和条件变量,锁实现对链表和缓冲区中信息的修改,确保线程的同步。-Under the nachos system using semaphores and condition variables, the lock list and buffer to achieve changes to the information, to ensure the synchronization of threads
threads
- Nachos修改之后的thread,很不错哦-Thread Nachos after revision, very good, oh
cse120-nachos.tar
- Nachos教学用操作系统 作为教学用操作系统,需要实现简单并且尽量缩小与实际操作系统之间的差距,所以我们采 用Nachos作为操作系统课程的教学实践平台。Nachos是美国加州大学伯克莱分校在操作系 统课程中已多次使用的操作系统课程设计平台,在美国很多大学中得到了应用(Nachos is an instructional operating system for undergraduate OS classes. It is a challenging system to learn,
