bugfix: 修复进程pcb被回收时,未将其从链表中删除的问题 (#87)

* bugfix: 修复进程pcb被回收时,未将其从链表中删除的问题
new: pcb相关api文档

* 将文档加入目录
This commit is contained in:
login
2022-11-18 17:59:33 +08:00
committed by GitHub
parent 0bfe94f46b
commit 3d729e2069
6 changed files with 52 additions and 19 deletions

View File

@ -4,4 +4,5 @@
.. toctree::
:maxdepth: 1
kthread
kthread
pcb