Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PPC_256K_PAGES
has multiple definitions:
arch/powerpc/Kconfig
The configuration item CONFIG_PPC_256K_PAGES:
CONFIG_44x && ! CONFIG_PPC_47x
Make the page size 256k.
The kernel will only be able to run applications that have been compiled with '-zmax-page-size' set to 256K (the default is 64K) using binutils later than 2.17.50.0.3, or by patching the ELF_MAXPAGESIZE definition from 0x10000 to 0x40000 in older versions.
arch/powerpc/Kconfig
The configuration item CONFIG_PPC_256K_PAGES:
CONFIG_44x && ! CONFIG_STDBINUTILS
Make the page size 256k.
As the ELF standard only requires alignment to support page sizes up to 64k, you will need to compile all of your user space applications with a non-standard binutils settings (see the STDBINUTILS description for details).
Say N unless you know what you are doing.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2024). See also LKDDb sources on GitLab