-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path计算机操作系统 - 目录.md
26 lines (17 loc) · 1.24 KB
/
计算机操作系统 - 目录.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 目录
- [概述](notes/计算机操作系统%20-%20概述.md)
- [进程管理](notes/计算机操作系统%20-%20进程管理.md)
- [死锁](notes/计算机操作系统%20-%20死锁.md)
- [内存管理](notes/计算机操作系统%20-%20内存管理.md)
- [设备管理](notes/计算机操作系统%20-%20设备管理.md)
- [链接](notes/计算机操作系统%20-%20链接.md)
# 参考资料
- Tanenbaum A S, Bos H. Modern operating systems[M]. Prentice Hall Press, 2014.
- 汤子瀛, 哲凤屏, 汤小丹. 计算机操作系统[M]. 西安电子科技大学出版社, 2001.
- Bryant, R. E., & O’Hallaron, D. R. (2004). 深入理解计算机系统.
- 史蒂文斯. UNIX 环境高级编程 [M]. 人民邮电出版社, 2014.
- [Operating System Notes](notes/https://applied-programming.github.io/Operating-Systems-Notes/)
- [Operating-System Structures](notes/https://www.cs.uic.edu/\~jbell/CourseNotes/OperatingSystems/2_Structures.html)
- [Processes](notes/http://cse.csusb.edu/tongyu/courses/cs460/notes/process.php)
- [Inter Process Communication Presentation[1]](notes/https://www.slideshare.net/rkolahalam/inter-process-communication-presentation1)
- [Decoding UCS Invicta – Part 1](notes/https://blogs.cisco.com/datacenter/decoding-ucs-invicta-part-1)