Hello... I want to reserve some part of my physical memory for my application which runs in kernel mode, say 20% of my physical RAM or so. For this, I was thinking to add a new zone in the zone allocator of the current linux mm (linux 2.4.7 or below). This is so because, it will be easier for my appication to handle those physical pages through built in alloc_pages and free_pages. I will define my own ZONE_MYZONE and other parameters in the kernel which will take care of all the bookkeeping. Also one advantage will be that the normal mm in linux will go ahead working with lesser RAM without realizing the presence of another new zone. I wanted to know that how feasible is this idea practially. If it is feasible, can anyone suggest me the GFPMASK for the new zone which is being unused presently. (ps. In kernel 2.4.4 there were 256 GFP_MASKS and in kernel 2.4.7 there are just 16 of them....??? why??) Thanks in advance, Pooja. ________________________________________________________________________ Looking for a job? Visit Yahoo! India Careers Visit http://in.careers.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/