瀏覽代碼

add info about lab3 challenge 1

main
yuchen 9 年之前
父節點
當前提交
47f1bd6f3d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      labcodes_answer/lab3_result/kern/trap/trap.c

+ 1
- 1
labcodes_answer/lab3_result/kern/trap/trap.c 查看文件

@ -183,7 +183,7 @@ trap_dispatch(struct trapframe *tf) {
break;
case IRQ_OFFSET + IRQ_TIMER:
#if 0
LAB3 : If some page replacement algorithm(such as CLOCK PRA) need tick to change the priority of pages,
LAB3 CHALLENGEpan> 1 : If some page replacement algorithm(such as CLOCK PRA) need tick to change the priority of pages,
then you can add code here.
#endif
/* LAB1 YOUR CODE : STEP 3 */

Loading…
取消
儲存