Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- alarm clock
- 황금 장미
- 바빠지나?
- 자 이제 시작이야
- 글루민
- 핀토스 프로젝트
- Project 1
- 마일섬
- PINTOS
- multi-oom
- 일지 시작한 지 얼마나 됐다고
- 제발흰박
- 핀토스 프로젝트 2
- 가테
- botw
- 핀토스 프로젝트 3
- 파란 장미
- 글리치
- 아직도 실험 중
- 핀토스 프로젝트 4
- 셋업
- 끝
- 핀토스 프로젝트 1
- 내일부터
- 노가다
Archives
- Today
- Total
거북이의 쉼터
(2022.03.22) 프로젝트 2 반복 검사 본문
이틀에 걸쳐서 구현한 자동 실행 스크립트를 프로젝트 2에 대해 돌려놓았다. 20번 모두 ALL PASS하고 directory도 깔끔한 것을 볼 수 있다.
pintos -v -k -T 60 -m 20 --fs-disk=10 -p tests/userprog/dup2/dup2-complex:dup2-complex -p ../../tests/userprog/dup2/sample.txt:sample.txt -- -q -f run dup2-complex < /dev/null 2> tests/userprog/dup2/dup2-complex.errors > tests/userprog/dup2/dup2-complex.output
pintos -v -k -T 60 -m 20 --fs-disk=10 -p tests/userprog/dup2/dup2-simple:dup2-simple -p ../../tests/userprog/dup2/sample.txt:sample.txt -- -q -f run dup2-simple < /dev/null 2> tests/userprog/dup2/dup2-simple.errors > tests/userprog/dup2/dup2-simple.output
ALL PASS
root@cs330-20:~/p2/userprog# ls
build gdt.c Make.vars process.c syscall-entry.S tss.c
exception.c Makefile multi_run.sh syscall.c targets.mk
이러면 얼추 통과 같은데... 시간이 나거나, 또 의심이 들면 multi-oom만 100번 돌리는 코드를 가져와 보겠다.
'코딩 삽질 > KAIST PINTOS (CS330)' 카테고리의 다른 글
(2022.03.23 ~ 03.24) COW 구현 (4) (0) | 2022.03.24 |
---|---|
(2022.03.23) COW 구현 (3) (0) | 2022.03.23 |
(2022.03.22) 자동 실행 쉘 스크립트 구현 (2) (0) | 2022.03.22 |
(2022.03.21) 자동 실행 쉘 스크립트 구현 (0) | 2022.03.21 |
(2022.03.20 ~ 03.21) COW 구현 (2) (0) | 2022.03.21 |
Comments