搜索资源列表
Ucore是一个很小的适于学习的操作系统
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
ucore-lab
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是全部的六个实验,有助于对操作系统的深入理解.-Ucore is a small operating system suitable for learning, " Sparrow" that contains the virtual memory managemen
lab4
- 四川大学软件学院操作系统课程设计Nachos实验4源码以及实验报告-Sichuan University School of operating system software, curriculum design Nachos experiments and lab reports 4 Source
lab2
- 操作系统实验报告 关于父子进程通信的实验报告 -Experimental report on the process of the operating system to communicate son lab report
jos
- JOS 教学操作系统的 LAB1-LAB2实现源代码-JOS teaching LAB1-LAB2 operating system source code to achieve
lab-origin.tar
- mit操作系统的大作业与源码,需要请下载~-mit great job with the operating system source code, you need to download ~
lab2.tar
- jos lab2代码,是操作系统课程实习的代码,由bochs模拟-jos lab2 code, is the operating system code internship program, the bochs simulation
jinchentongbu
- 实验报告 售票员和汽车司机的进程同步问题-Conductor and driver of the car lab report synchronization process
ucore-lab5
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验5:进程同步。实验目的:熟悉ucore中的进程同步机制,了解操作系统为进程同步提供的底层支持;在ucore中实现信号量(semaphore)机制;理解管程机制,在ucore中增加对条件变量(condition variable)的支持;了解经典进程同步问题,并使用
NachOS_Project
- NachOS 四个project的完成实验报告 shell 线程管理 文件管理 内存管理-NachOS the completion of lab reports four project shell memory management, thread management document management
RT-LAB
- LABVIEW控制 rt-lab的安装与使用-LABVIEW control rt-lab
lab
- 处理机管理是操作系统中非常重要的部分。为深入理解进程管理部分的功能,设计几个调度算法,模拟实现处理机的调度-Processor operating system management is a very important part. For an in-depth understanding of process management part of the function, a number of scheduling algorithms designed to simulate the
lab1.tar
- This the resouces of the JOS os design,the first lab of this project.Learning this ,can help you know more about the OS.
caozuoxitongyinhangjiasuanfa
- 操作系统中的银行家算法,包括实验报告和算法-Banker algorithm operating systems, including lab reports and algorithms
jincheng
- 操作系统进程调度调度实验报告,内附代码,绝对可以运行。-Operating system process scheduling scheduling lab report, containing the code and it can definitely run.
237545linuxag
- 操作系统实验报告老师实验课上留的题目~对初学者有很大的帮助-Teacher test lab reports the operating system remain the subject of class ~
Exp3
- 操作系统课程设计——作业调度试验 外加实验报告-Operating System Course design- plus job scheduling test lab report
Process-scheduling
- 操作系统进程调度实验 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 内有可执行代码,包括时间片轮转和动态优先权两种算法。-Operating system process scheduling test lab environment: Microsoft Visual C++ 6.0 Programming Language: C++ within the executable code, including rotation and dynam
ucore-lab4
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
JOS-all-with-lab-answers
- MIT 6.828 JOS Lab,操作系统实习完整代码(包括部分Challenge实现),以及Lab问题答案。-MIT 6.828 course, JOS lab complete source code with answers for lab questions and some of the challenges.
