os_kernel_lab/related_info/labX/lab1_X.md
2015-04-20 22:59:14 +08:00

18 lines
848 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: 实现内核态与用户态之间的来回切换
状态已完成在branch master中的labcodes_answer/lab1_result
完成人:王乃铮
challenge2: 用敲键盘实现用户模式内核模式切换
状态已完成在branch lab1_X中的labcodes_answer/lab1_result
完成人:尹治宏 (yinzhihong12@msn.com)
challenge3: 可以在真实x86机器上用grub bootloader引导ucore kernel
状态:已完成 在branch lab1_X中的labcodes_answer/lab1_result
完成人:王欢 (mikewang.exe@gmail.com)
challenge4: 可以在真实x86机器上通过u盘启动用grub bootloader引导ucore kernel
状态:已完成 在branch lab1_X中的labcodes_answer/lab1_result。说明文档在
https://github.com/chyyuu/ucore_lab/blob/master/related_info/lab1/lab1-boot-with-grub2-in-udisk.md
完成人:陈渝(yuchen@tsinghua.edu.cn)