View Single Post
  #11  
Old 21 Sep 08, 03:41 PM
praka123's Avatar
praka123 praka123 is offline
Steroids Member
 
Join Date: May 2008
Location: Muvattupuzha,Kerala
Age: 29
Posts: 382
praka123 is very Honorablepraka123 is very Honorablepraka123 is very Honorablepraka123 is very Honorablepraka123 is very Honorable
Send a message via Yahoo to praka123
Default Re: Vista fools users with SP1

@KingKrool : I see.I dont know programming or even Mathematics.
Isnt swap space the paging equivalent in Linux?
But ,I just defended the wrong words
Originally Posted by booo
On the other hand, linux does not have any concept of paging in kernel space. so linux doesnt reserve any memory for kernel. but if there is any app that allocates more than 2GB in kernel space, then you will see only 2GB available to userspace. (i.e., physical memory-kernel memory=user memory)
bold part is not correct?.just head into this page:
LinuxMMInternals - linux-mm.org Wiki
The Linux page allocator, from mm/page_alloc.c, is the main memory allocation mechanism in the Linux kernel. It has to deal with allocations from many parts of the Linux kernel, under many different circumstances. Consequently the Linux page allocator is fairly complex, and easiest to understand in the context of its environment. Because of this, this wiki article begins with an explanation of exactly what the page allocator needs to do, before going into the details of how things are done.
and Linux memory management :
LinuxMM - linux-mm.org Wiki

@Kingkrool:I may not be a programmer ,but a user for more than 7 years ,if it counts.


Last edited by praka123 : 21 Sep 08 at 04:02 PM.
Reply With Quote