Skip to content

Commit 38ab257

Browse files
committed
Update README
1 parent 73ea59a commit 38ab257

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ Simple x86-based OS.
1111
4. **[0.2.3]** 添加PMM
1212
5. **[0.2.4]** 添加VMM
1313
6. **[0.2.5]** 添加多进程机制,完善注释
14+
7. **[0.2.6]** 实现进程间通信IPC
1415

16+
## 运行截图
17+
18+
### 进程间通信
19+
20+
![ipc](https://github.com/bajdcc/MiniOS/raw/master/screenshot/ipc.png)
1521

1622
## 构建工具
1723
**平台:Ubuntu 16.04.2 x86**
@@ -38,4 +44,5 @@ make run # run with qemu
3844

3945
## References
4046
* [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
Loading

0 commit comments

Comments
 (0)