initialization of Buddy algorithm in Linux

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
hanslien

initialization of Buddy algorithm in Linux

Post by hanslien »

In Liunx kernel 2.4, buddy algorithm is employed to manage memory. how to initialize to use this algorithm ?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:initialization of Buddy algorithm in Linux

Post by Solar »

Your chances to get a good answer might be better if you ask this on a Linux related board...?
Every good solution is obvious once you've found it.
kernel64

Re:initialization of Buddy algorithm in Linux

Post by kernel64 »

hanslien wrote: In Liunx kernel 2.4, buddy algorithm is employed to manage memory. how to initialize to use this algorithm ?
The book Understanding the Linux Kernel published by O'Reilly and Associates goes into great detail on 2.4's memory management. It is easily the best commentary on the Linux kernel code.
Post Reply