Re: If kernel page size changed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux