Hi,
I have written a memory manager library (C code) which allocates memory from heap using OS call and manages the memory for the application that uses this library. Now I want to make this a kernel module such that multiple applications can use it for memory management. Should the memory manager be made as a loadable kernel module for multiple applications to use it? As I understand, the virtual address seen by each of the application is different for the same physical memory. (Is this understanding right??). How do I give the correct virtual address to the application that calls this memory manager for memory allocation? Regards, Karthy ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] ********************************************************************** -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie
