diff --git a/_drafts/2024-04-07-process-memory-structure.md b/_posts/Computer-Science/OS/2024-04-07-process-memory-structure.md similarity index 95% rename from _drafts/2024-04-07-process-memory-structure.md rename to _posts/Computer-Science/OS/2024-04-07-process-memory-structure.md index 3e3f95e..146c3a6 100644 --- a/_drafts/2024-04-07-process-memory-structure.md +++ b/_posts/Computer-Science/OS/2024-04-07-process-memory-structure.md @@ -113,15 +113,19 @@ _프로세스의 메모리 구조_ ![Stack 영역이 구분된 이유]({{ img_path }}/3.4. Stack 영역이 구분된 이유.png){: width='550'} -## 3.5. Heap, Stack이 자라나는 방향이 다른 이유 +### 3.5. Heap, Stack이 자라나는 방향이 다른 이유 - Heap, Stack은 실행 상태에 따라 얼마나 사용될지 모름 - 동적 공간에서 서로 공간을 유용하게 활용하기 위해서이다. +## 4. 프로세스 주소 → 물리 주소 변환 +> 가상 메모리에서 다시 등장하는 개념이다. +{: .prompt-info} +![프로세스 주소 to 물리 주소]({{ img_path }}/4. 프로세스 주소 to 물리 주소.png)
diff --git "a/assets/img/posts/OS/2024-04-07-process-memory-structure/4. \355\224\204\353\241\234\354\204\270\354\212\244 \354\243\274\354\206\214 to \353\254\274\353\246\254 \354\243\274\354\206\214.png" "b/assets/img/posts/OS/2024-04-07-process-memory-structure/4. \355\224\204\353\241\234\354\204\270\354\212\244 \354\243\274\354\206\214 to \353\254\274\353\246\254 \354\243\274\354\206\214.png" new file mode 100644 index 0000000..81fd7c7 Binary files /dev/null and "b/assets/img/posts/OS/2024-04-07-process-memory-structure/4. \355\224\204\353\241\234\354\204\270\354\212\244 \354\243\274\354\206\214 to \353\254\274\353\246\254 \354\243\274\354\206\214.png" differ