Update 计算机操作系统 - 概述.md

This commit is contained in:
BeMoreMature 2019-06-25 15:11:26 -07:00 committed by GitHub
parent 222718306d
commit 17eec35943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,10 @@
操作系统通过引入进程和线程使得程序能够并发运行
Concurrent needs thread and process
Parallel needs multicore processor or distribute system
## 2. 共享
共享是指系统中的资源可以被多个并发进程共同使用