0x00000000 - 0xffffffff
or
The linux kernel splits that up 3/1 (could also be 2/2, or 1/3) into user
space (high memory) and kernel space (low memory) respectively.4'294'967'295
(4
GB).The user space range:
0x00000000 - 0xbfffffff
Every newly spawned user process gets an address (range) inside this area.
User processes are generally untrusted and therefore are forbidden to access the
kernel space. Further, they are considered non-urgent, as a general rule, the
kernel tries to defer the allocation of memory to those processes.The kernel space range:
0xc0000000 - 0xffffffff
A kernel processes gets its address (range) here. The kernel can directly
access this 1 GB of addresses (well, not the full 1 GB, there are 128 MB
reserved for high memory access).Processes spawned in kernel space are trusted, urgent and assumed error-free, the memory request gets processed instantaneously.
Every kernel process can also access the user space range if it wishes to. And to achieve this, the kernel maps an address from the user space (the high memory) to its kernel space (the low memory), the 128 MB mentioned above are especially reserved for this.
from : http://unix.stackexchange.com/questions/4929/what-are-high-memory-and-low-memory-on-linux
댓글 없음:
댓글 쓰기
국정원의 댓글 공작을 지탄합니다.