os_kernel_lab/related_info/labX/lab2_X.md

23 lines
839 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: buddy system伙伴系统的page分配算法
提示参考“http://coolshell.cn/articles/10427.html
状态:
基本完成 (fix 了一个bug)
感觉在buddy system的管理数据结构的所占空间效率和合并的效率上还有进一步优化的可能
https://github.com/chyyuu/ucore_lab/tree/lab2_X/labcodes_answer/lab2_result
完成人:
黄杰 2012011272 huangjie_cpp@163.com
袁源 2012011294 thuyuany12@163.com
杜鹃 2012011354 duj09225@gmail.com
challenge2: slub分配算法任意大小的内存单元
提示:参考 http://www.ibm.com/developerworks/cn/linux/l-cn-slub/
状态:未完成
完成人:
challenge3: 设计一种更加简单的方法,可以不用多次切换段表,修改页表内容等,就完成同样的段页式机制
提示xv6?
状态:未完成
完成人: