sylee6529 / PintOS-VM

PintOS Virtual memory 구현 (교육용 OS 직접 구현)-C language
Other
2 stars 2 forks source link

Brand new pintos for Operating Systems and Lab (CS330), KAIST, by Youngjin Kwon.

The manual is available at https://casys-kaist.github.io/pintos-kaist/.

Project 3's base repository

Member

name 이서연 천지영 김주영
profile
github sylee6529 geeks-lab vacayy

⚽ Goal

Project3 Virtual Memory 부분을 구현합니다.

📌 Convention

Commit

{CommitType}: {Subject} [#IssueNumber] 형식으로 작성합니다. (반드시 본인의 Issue Number 사용)

✨feat: Process Wait 구현 [#1]
Commit Type Gitmoji type explanation
Feat 새로운 기능을 추가하는 경우
🐛 Fix 버그를 고친경우
📝 Docs 문서를 수정한 경우
💄 Style 코드 포맷 변경, 세미콜론 누락, 코드 수정이 없는경우
⚡️ Refactor 코드 리펙토링
🎨 Chore 자잘한 수정
💡 Comment 주석 추가

Issue

⚠️ 동시에 같은 파트를 코딩하기로 정했기 때문에, 이슈 기능을 이용해서 서로의 진도를 체크합니다 ⚠️

image