Commit 3b07c091 authored by 量子思维队's avatar 量子思维队
Browse files

修改readme

No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
# Quantum_Mind_OS
# 用户态虚拟内存管理 + 系统调用流程建立
# version0.5用户态虚拟内存管理 + 系统调用流程建立
这次我们围绕第一个用户态进程,关注它的地址空间(虚拟内存)以及它和内核的交互(系统调用)
......@@ -934,3 +934,5 @@ void uvm_copy_pgtbl(pgtbl_t old, pgtbl_t new, uint64 heap_top, uint32 ustack_pag
## 测试五
### version0.5完成
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment