initialization of Buddy algorithm in Linux
Posted: Thu Jul 13, 2006 12:33 am
In Liunx kernel 2.4, buddy algorithm is employed to manage memory. how to initialize to use this algorithm ?
The Place to Start for Operating System Developers
http://f.osdev.org/
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 ?