《操作系统》的实验代码。
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.
 
 
 
 
 

1.0 KiB

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)