资源向导之 "Operating System"

资源向导之"Operating System"

------------------------------------------------- MIT --- JOS  ------------------------------------------------

MIT关于JOS实验的主站

http://pdos.csail.mit.edu/6.828/2014/index.html

MIT - Operating System Engineering(不同于6.008)

http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2012/index.htm

CSDN博主 ROger__Wong 关于JOS的笔记

http://blog.csdn.net/roger__wong/article/category/1310602

MIT关于JOS课程历年的习题解答,不全,只有很多年前的了,最近这些年的没答案

http://pdos.csail.mit.edu/6.828/quiz/

Bo‘s solution to MIT JOS Lab

http://imxiaobo.github.io/JOS/

xv6和JOS的关系

http://blog.sina.com.cn/s/blog_65db99840100mgv9.html

北大张弛做完JOS之后在人人上面发的纪念贴~

http://blog.renren.com/share/227501842/6771816064

-------------------------------------------------------Princeton---------------------------------------------------------

关于操作系统的课程

http://www.cs.princeton.edu/courses/archive/fall14/cos318/projects.html

------------------------------------------------------- Yale -----------------------------------------------------------

Yale大学

http://zoo.cs.yale.edu/classes/cs422/2014fa/labguide/

http://zoo.cs.yale.edu/classes/cs422/2011/reading

浙大的操作系统实验

http://jpkc.zju.edu.cn/k/505/syjx/czxtfx.htm

孙钟秀的操作系统注释:

http://www.valleytalk.org/2014/12/30/%E3%80%8A-%E5%AD%99%E9%92%9F%E7%A7%80-%E3%80%82%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E6%95%99%E7%A8%8B-%E3%80%8B%E6%B3%A8%E9%87%8A%EF%BC%88%E7%A8%BF%EF%BC%89%EF%BC%8D%EF%BC%8D%E7%AC%AC%E5%85%AB/

从0开始写个操作系统

http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf

时间: 2024-08-03 10:56:00

资源向导之 "Operating System"的相关文章

Operating System: Tutorial

本文主要参考<计算机操作系统(第四版)>(西安电子科技大学出版社)以及清华大学操作系统公开课(向勇.陈渝),整理操作系统的基本概念,供自己复习查阅. 操作系统 操作系统(Operating System,OS)是计算机硬件之上的第一层软件,是现代计算机系统中最基本和最重要的系统软件. 目标 方便性:方便用户使用和学习计算机. 有效性:提高系统资源的利用率,提高系统的吞吐量. 可扩充性:操作系统由无结构.模块化.层次化发展到微内核结构,微内核方便添加新功能和模块,方便扩充. 开放性:遵循世界标准

China Operating System 电脑操作系统 2016全球互联网排名

韩梦飞沙  韩亚飞  [email protected]  yue31313  han_meng_fei_sha 电脑操作系统 China Operating System 2016全球互联网排名 ========

Linux Operating System

Linux is a Unix-like computer operating system assembled under the model of free and open source software developmentand distribution .The defining component of Linux is the Linux kernel , andoperating system kernel was first released October 5 , 199

Linux安装Oracle报Checking operating system version must be redhat-3, SuSE-9, redhat-4

解决办法:vi /xx/database/install/oraparam.ini 找到[Certified Versions] Linux=redhat-3,SuSe-9,redhat-4,后面加上redhat-5保存并退出即可.如图: Linux安装Oracle报Checking operating system version must be redhat-3, SuSE-9, redhat-4,布布扣,bubuko.com Linux安装Oracle报Checking operating

Portable Operating System Interface for uni-X

https://kb.iu.edu/d/agjv Short for "Portable Operating System Interface for uni-X", POSIX is a set of standards codified by the IEEE and issued by ANSI and ISO. The goal of POSIX is to ease the task of cross-platform software development by esta

Modern Operating System --- Thin Clients

Over the years, the main computing paradigm has oscillated between centralized and decentralized computing. The first computers, such as the ENIAC, were, in fact, personal computers, albeit large ones, because only one person could use one at once. T

Operating system hdu 2835 OPT

Operating system Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 659    Accepted Submission(s): 207 Problem Description As a CS student, operating system is an important lesson. Today, let’s thi

Learning Roadmap of Robotic Operating System (ROS)

ROS Wiki: http://wiki.ros.org/ Robots Using ROS Textbooks: A Gentle Introduction to ROS Learning ROS for Robotics Programming 1st Edition [pdf] [code] [ros wiki] 2nd Edition [code] [wiki] [online reading] Blog / Tutorial ROS 101: INTRO TO THE ROBOT O

Modern Operating System --- Power Management (Hard Disk)

Another major villain is the hard disk. It takes substantial energy to keep it spinning at high speed, even if there are no accesses. Many conputers, especially notebooks, spin the disk down after a certain number of seconds or minutes of inactivity.