Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PHYSICAL_ALIGN
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_PHYSICAL_ALIGN:
(none)
This value puts the alignment restrictions on physical address where kernel is loaded and run from. Kernel is compiled for an address which meets above alignment restriction.
If bootloader loads the kernel at a non-aligned address and RELOCATABLE is set, kernel will move itself to nearest address aligned to above value and run from there.
If bootloader loads the kernel at a non-aligned address and RELOCATABLE is not set, kernel will ignore the run time load address and decompress itself to the address it has been compiled for and run from there. The address for which kernel is compiled already meets above alignment restrictions. Hence the end result is that kernel runs from a physical address meeting above alignment restrictions.
On 32-bit this value must be a multiple of 0x2000. On 64-bit this value must be a multiple of 0x200000.
Don't change this unless you know what you are doing.
arch/powerpc/Kconfig
The configuration item CONFIG_PHYSICAL_ALIGN:
CONFIG_PPC_85xx
This value puts the alignment restrictions on physical address where kernel is loaded and run from. Kernel is compiled for an address which meets above alignment restriction.
arch/i386/Kconfig
The configuration item CONFIG_PHYSICAL_ALIGN:
(none)
This value puts the alignment restrictions on physical address where kernel is loaded and run from. Kernel is compiled for an address which meets above alignment restriction.
If bootloader loads the kernel at a non-aligned address and RELOCATABLE is set, kernel will move itself to nearest address aligned to above value and run from there.
If bootloader loads the kernel at a non-aligned address and RELOCATABLE is not set, kernel will ignore the run time load address and decompress itself to the address it has been compiled for and run from there. The address for which kernel is compiled already meets above alignment restrictions. Hence the end result is that kernel runs from a physical address meeting above alignment restrictions.
Don't change this unless you know what you are doing.
arch/x86_64/Kconfig
The configuration item CONFIG_PHYSICAL_ALIGN:
(none)
(none)
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