소스 검색

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 */

불러오는 중...
취소
저장