We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://rlyown.github.io/2020/11/17/Nachos-Lab02-%E8%99%9A%E6%8B%9F%E5%86%85%E5%AD%98/
本次Lab主要涵盖了三个部分,第一部分对TLB的理解及对相关缺页中断处理方式;第二部分虚拟内存和页表之间的关联和管理方式,多进程共存内存的处理方法,以及内存缺页的处理;第三部分则是利用文件系统的交换空间,来实现不将进程一次性读入内存的延迟装载。拓展部分则是实现进程的挂起和倒排页表。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://rlyown.github.io/2020/11/17/Nachos-Lab02-%E8%99%9A%E6%8B%9F%E5%86%85%E5%AD%98/
本次Lab主要涵盖了三个部分,第一部分对TLB的理解及对相关缺页中断处理方式;第二部分虚拟内存和页表之间的关联和管理方式,多进程共存内存的处理方法,以及内存缺页的处理;第三部分则是利用文件系统的交换空间,来实现不将进程一次性读入内存的延迟装载。拓展部分则是实现进程的挂起和倒排页表。
The text was updated successfully, but these errors were encountered: