What all are changed in the process virtual address space of a 64-bit machine

-2

Can anyone summarize what all are being changed in the virtual address space of a 64-bit process. I know the virtual address space of 32-bit process is divided into 3G/1G.

   .  ------------------------. 0xFFFFFFFF 
      |                        | (4 GB) 
      |    Kernel addresses    | 
      |                        | 
      |                        | 
      .------------------------.CONFIG_PAGE_OFFSET 
      |                        |(x86: 0xC0000000, ARM: 0x80000000) 
      |                        | 
      |                        | 
      |  User space addresses  | 
      |                        | 
      |                        | 
      |                        | 
      |                        | 
      '------------------------' 00000000 
c
linux
memory
process
linux-kernel
asked on Stack Overflow Sep 3, 2019 by md.jamal

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0