《操作系统》的实验代码。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.0 KiB

  1. challenge1: 实现内核态与用户态之间的来回切换
  2. ===================================================
  3. 状态:已完成,在branch master中的labcodes_answer/lab1_result
  4. 完成人:王乃铮
  5. challenge2: 用敲键盘实现用户模式内核模式切换
  6. ===================================================
  7. 状态:已完成,在branch lab1_X中的labcodes_answer/lab1_result
  8. 完成人:尹治宏 (yinzhihong12@msn.com)
  9. challenge3: 可以在真实x86机器上用grub bootloader引导ucore kernel
  10. ===================================================
  11. 状态:已完成 在branch lab1_X中的labcodes_answer/lab1_result
  12. 完成人:王欢 (mikewang.exe@gmail.com)
  13. challenge4: 可以在真实x86机器上通过u盘启动,用grub bootloader引导ucore kernel
  14. ===================================================
  15. 状态:已完成 在branch lab1_X中的labcodes_answer/lab1_result。说明文档在
  16. https://github.com/chyyuu/ucore_lab/blob/master/related_info/lab1/lab1-boot-with-grub2-in-udisk.md
  17. 完成人:陈渝(yuchen@tsinghua.edu.cn)