물리주소와 논리주소, 메모리 보호 기법 #264
3Juhwan
started this conversation in
Computer Architecture
Replies: 2 comments 1 reply
-
물리주소와 논리주소
MMU
메모리 보호 기법
|
Beta Was this translation helpful? Give feedback.
1 reply
-
메모리 구성 각 프로세스는 별도의 메모리 공간이 존재한다. 이때 개별적인 메모리 공간을 분리하기 위해서 특정 프로세스만 접근할 수 있는합법적인 메모리 주소 영역을 설정하고 프로세스가 합법적인 영역만을 접근하도록 하는 기능이 필요하다. 이때 베이스 레지스터와 한계 레지스터를 사용한다.
메모리 공간 보호
메모리 주소 메모리에 저장된 정보의 위치는 주소로 나타낼 수 있다. 이때 주소는 물리 주소와 논리 주소로 나뉘어진다.
주소 바인딩 주소 바인딩이란 프로그램의 논리 주소를 실제 메모리의 물리 주소로 매핑하는 작업이다. 크게 3가지가 존재한다.
MMU(Memory Management Unit)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions