We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ea59a commit 38ab257Copy full SHA for 38ab257
README.md
@@ -11,7 +11,13 @@ Simple x86-based OS.
11
4. **[0.2.3]** 添加PMM
12
5. **[0.2.4]** 添加VMM
13
6. **[0.2.5]** 添加多进程机制,完善注释
14
+7. **[0.2.6]** 实现进程间通信IPC
15
16
+## 运行截图
17
+
18
+### 进程间通信
19
20
+
21
22
## 构建工具
23
**平台:Ubuntu 16.04.2 x86**
@@ -38,4 +44,5 @@ make run # run with qemu
38
44
39
45
## References
40
46
* [OS67](https://github.com/SilverRainZ/OS67)
41
-* [osdev](http://wiki.osdev.org/)
47
+* [osdev](http://wiki.osdev.org/)
48
+* Orange'S:一个操作系统的实现 - 于渊
screenshot/ipc.png
205 KB
0 commit comments