Paging Implementation (zh-CN) #1205
Replies: 2 comments
-
Nice Content |
Beta Was this translation helpful? Give feedback.
0 replies
-
boot process is complex , using too much crates makes it's ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Paging Implementation (zh-CN)
这篇文章展示了如何在我们的内核中实现分页支持。它首先探讨了使物理页表帧能够被内核访问的不同技术,并讨论了它们各自的优点和缺点。然后,它实现了一个地址转换功能和一个创建新映射的功能。
https://os.phil-opp.com/zh-CN/paging-implementation/
Beta Was this translation helpful? Give feedback.
All reactions