Re: URL with memory management explained

2002-12-29 Thread guy keren
On Wed, 25 Dec 2002, Michael Sternberg wrote: I'm looking for a good URL that explains memory management in modern Linux kernel. I.e. what happens when I'm typing malloc, how many memory is assigned to a process, what is virtual memory, how swapping works, etc... ok. this was the last

URL with memory management explained

2002-12-25 Thread Michael Sternberg
Hello I'm looking for a good URL that explains memory management in modern Linux kernel. I.e. what happens when I'm typing malloc, how many memory is assigned to a process, what is virtual memory, how swapping works, etc... Thanks, Michael. P.S. Looked at

Re: URL with memory management explained

2002-12-25 Thread Muli Ben-Yehuda
On Wed, Dec 25, 2002 at 08:21:36AM +, Michael Sternberg wrote: Hello I'm looking for a good URL that explains memory management in modern Linux kernel. Look at the links starting from http://www.kernelnewbies.org Also, a good operating systems book should cover this. I.e. what happens

RE: URL with memory management explained

2002-12-25 Thread nav ajo
Title: URL with memory management explained try http://linux-mm.org/ http://home.earthlink.net/~jknapka/linux-mm/vmoutline.html some general kernel online free books: http://www.tldp.org/LDP/tlk/tlk.html http://plg.uwaterloo.ca/~itbowman/CS746G/a2/ http://www.moses.uklinux.net/patches