raju goruganti <raju.goruganti@xxxxxxxxx> writes: > If anyone wants to change page size ,while configuring linux-kernel,do > he needs do anything in compiler part(gcc or glibc) to run all other > things properly? The only thing I can think of is to ensure that the linker maximum page size is at least as large as your kernel page size. Otherwise the linker will produce executables which can not be demand paged. You can use the linker's -z max-page-size option to set the maximum page size. Ian