I am getting a bit confused for the address space mappings of a program in memory, here is a link http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory it deals with virtual address mapping of program in executing and has marked 1GB for kernel mode and 3 GB for user mode, and mentions use of page tables for access to memory segments,
Linux uses a page file which is 4 KB only on x86 architectures if I am not wrong then how does a process can use 3GB of mapped address space from memory (as given on link that each process is of 4GB ).This is a bit counter intuitive to me or my understanding is wrong some where?