initialization of Buddy algorithm in Linux
initialization of Buddy algorithm in Linux
In Liunx kernel 2.4, buddy algorithm is employed to manage memory. how to initialize to use this algorithm ?
Re:initialization of Buddy algorithm in Linux
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.
Re:initialization of Buddy algorithm in Linux
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.hanslien wrote: In Liunx kernel 2.4, buddy algorithm is employed to manage memory. how to initialize to use this algorithm ?