Whether the kernel space and user space address ranges are always divided in 1:3 ratio.
For example if I have 4GB of address space and 4GB of physical RAM then the kernel gets 1GB and user space gets 3GB (assumed)!
So if I have 2GB of RAM then is it like the following?
kernel: 512MB
user space: 0-1536MB
Is this correct assumption?