From mboxrd@z Thu Jan 1 00:00:00 1970 From: frog1120@gmail.com (J.Hwan Kim) Date: Fri, 23 Dec 2011 11:33:26 +0900 Subject: kernel memory allocation Message-ID: <4EF3E876.6010204@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, everyone How can I allocated contiguous kernel memory over 128MB ? When I use _get_free_pages() function, it returns error. I guess the memory size is greater than the amount which the function can allocate. Thanks in advance. Best Regards, J.Hwan Kim