os_kernel_lab/related_info/labX/lab4_X.md
2015-04-16 11:14:33 +08:00

14 lines
562 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

challenge1: 实现精简版内核线程管理与切换(分有中断和没中两种实现)
要求:
(step1) 去掉页表的管理,中断,分配内存功能只保留段机制内核线程切换print功能。看看代码规模会小到什么程度。
(step2) 去掉页表的管理只保留段机制中断分配内存功能内核线程切换print功能。看看代码规模会小到什么程度。
状态:未完成
完成人:
challenge2: 实现内核线程的按需分页demanding page机制
状态:未完成
完成人: