Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.14 KB

README.md

File metadata and controls

51 lines (37 loc) · 2.14 KB

supernova operating system

What I cannot create I do not understand

by Richard P. Feynman

可参考资料

Learn MIT 6.S081 or MIT 6.828 ?

6.828 Operating System Engineering是MIT久负盛名的一门操作系统相关的课程。这门课程有多牛呢? 举个例子,以陈海波老师为首的上海交通大学IPADS实验室可以说是国内最强的操作系统相关实验室之一, 而陈海波老师等人在他们读博的时候(早在2005年左右)就完成了6.828课程的学习甚至还以6.828的JOS系统为基础开发了Corey操作系统, 并发表了一篇ODSI2008论文Corey: An operating system for many cores, 该论文也是陈老师至今引用最高的论文。而后,IPADS老师也基于6.828的资源,在上海交通大学软件学院开设了多年操作系统课程。

胡津铭 https://zhuanlan.zhihu.com/p/251366985

Related Courses

Features

  • kernel
  • file system
  • POSIX and system call (LKL ?)
  • musl-libc porting
  • LLVM tool chain porting
  • install other libraries to make it run on X86 embedded system
  • host a website (by nginx)

Links