I have some memory management related queries for 2.6 based linux machine with glibc-2.5.
1) Locate code where linux kernel/Loader finds memory modules (RAM attached in various PCI slots).
2) Can I lock/unlock the use of particular memory module at runtime. (If I want to use this memory for specific purpose).
3) Do I need to write a hook for glibc-malloc if I want to allocate memory from specific module)?? If not please specify which part of malloc should be checked.
4) How linux pagefault handler works.
Regards
Akhil