본문 바로가기
정글/TIL

[크래프톤 정글] 81일 - 즐거운 금요일!

by 위대한초밥V 2023. 6. 24.
오늘 한 일 👩‍💻
- 알고리즘 문제 풀이(1965: 상자넣기)
- Pintos - Anonymous page, Stack growth

알고리즘

https://www.acmicpc.net/problem/1965

 

1965번: 상자넣기

정육면체 모양의 상자가 일렬로 늘어서 있다. 상자마다 크기가 주어져 있는데, 앞에 있는 상자의 크기가 뒤에 있는 상자의 크기보다 작으면, 앞에 있는 상자를 뒤에 있는 상자 안에 넣을 수가

www.acmicpc.net

프로그래머스도 풀고 싶지만... Pintos 때문에 정신없다... 그래도 다음주면 끝나니까! 좀만 더 힘을 내봐야지💪

Pintos

Pintos는 생각보다 구현할 것이 너무 많~다!!!

Anonymous Page

 

[PROJECT3] Anonymous Page(mywnajsldkf) · Issue #4 · Blue-club/pintos2_Team4

[Virtual Memory] Anonymous Page ✍️ 과제 미션 페이지 타입에 따른 프로세스 로드 방식을 구현한다. 📖 개념 https://mywnajsldkf.tistory.com/48?category=1156275 💻 구현 Lazy Loading for Executable bool vm_try_handle_fault (st

github.com

 

 

Stack Growth

 

 

[PROJECT3] Stack Growth · Issue #11 · Blue-club/pintos2_Team4

[Virtual Memory] Stack Growth ✍️ 과제 미션 📖 개념 https://mywnajsldkf.tistory.com/51?category=1156275 💻 구현 vm_try_handle_fault vm_stack_growth 수정 check_address check_valid_buffer ⭐️ 생각할 점

github.com

 

내일 할 일 📝
- 알고리즘
- mmap, swap in swap out

내일 아침 일찍 나가봐야해서! 일단 마무리~

반응형