운영체제 8. 메모리(주 기억장치) 관리 (2)- Fixed Partition Multiprogramming
출처 : https://www.youtube.com/watch?v=te-GU7NKa5Y&list=PLBrGAFAIyf5rby7QylRc6JxU5lzQ9c4tN&index=25 Memory Allocation : 메모리를 프로세서에게 어떻게 할당해주는가? Continuous Memory Allocation (연속 메모리 할당) Uni-programming Multi-programming Fixed partition (FPM) Variable partition (VPM) Non-continuous Memory Allocation (비연속 메모리 할당) 다음 시간 Continuous Memory Allocation 프로세스 (context)를 하나의 연속된 메모리 공간에 할당하는 정책 프로그램, 데이터, 스택..