os_kernel_lab/related_info/labX/lab1_X.md

18 lines
848 B
Markdown
Raw Normal View History

2015-04-16 10:22:51 +08:00
challenge1: 实现内核态与用户态之间的来回切换
状态已完成在branch master中的labcodes_answer/lab1_result
2015-04-16 23:10:50 +08:00
完成人:王乃铮
2015-04-16 10:22:51 +08:00
challenge2: 用敲键盘实现用户模式内核模式切换
状态已完成在branch lab1_X中的labcodes_answer/lab1_result
完成人:尹治宏 (yinzhihong12@msn.com)
challenge3: 可以在真实x86机器上用grub bootloader引导ucore kernel
2015-04-16 23:10:50 +08:00
状态:已完成 在branch lab1_X中的labcodes_answer/lab1_result
2015-04-16 10:22:51 +08:00
完成人:王欢 (mikewang.exe@gmail.com)
2015-04-20 22:59:14 +08:00
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)