Hi All, I want to change page size in kernel. shall I need to change in binutils the following values. How can i check what the max page size a particular toolchain support. ./binutils-stable/bfd/elfn32-mips.c #define ELF_MAXPAGESIZE 0x10000 #define ELF_COMMONPAGESIZE 0x1000 Thanks