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

12 lines
561 B

9 years ago
  1. challenge1: 实现精简版内核线程管理与切换(分有中断和没中两种实现)
  2. 要求:
  3. (step1) 去掉页表的管理,中断,分配内存功能,只保留段机制,内核线程切换,print功能。看看代码规模会小到什么程度。
  4. (step2) 去掉页表的管理,只保留段机制,中断,分配内存功能,内核线程切换,print功能。看看代码规模会小到什么程度。
  5. 状态:未完成
  6. 完成人:
  7. challenge2: 实现内核线程的按需分页(demanding page)机制
  8. 状态:未完成
  9. 完成人: