提交 26717808 编写于 作者: H H. Peter Anvin

x86: make CONFIG_RELOCATABLE the default

Remove the EXPERIMENTAL tag from CONFIG_RELOCATABLE and make it the
default.  Relocatable kernels have been used for a while now, and
should now have identical semantics to non-relocatable kernels when
loaded by a non-relocating bootloader.
Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
上级 ceefccc9
...@@ -1495,8 +1495,8 @@ config PHYSICAL_START ...@@ -1495,8 +1495,8 @@ config PHYSICAL_START
Don't change this unless you know what you are doing. Don't change this unless you know what you are doing.
config RELOCATABLE config RELOCATABLE
bool "Build a relocatable kernel (EXPERIMENTAL)" bool "Build a relocatable kernel"
depends on EXPERIMENTAL default y
---help--- ---help---
This builds a kernel image that retains relocation information This builds a kernel image that retains relocation information
so it can be loaded someplace besides the default 1MB. so it can be loaded someplace besides the default 1MB.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册