Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

作为一个写操作系统的人,什么时候用虚拟地址?什么时候用物理地址? #4

Open
misakar opened this issue Dec 17, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@misakar
Copy link
Member

misakar commented Dec 17, 2016

No description provided.

@misakar misakar self-assigned this Dec 17, 2016
@misakar misakar added this to the 1608review milestone Dec 17, 2016
@misakar
Copy link
Member Author

misakar commented Dec 21, 2016

开启分页后, 写操作系统需要用虚拟地址, 因为这些地址上CPU会被页部件转换.
但是操作系统还需要分配物理地址, 做虚拟地址和物理地址映射的时候,当然用物理地址.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant