commit | 8035d3ea78c2a61a9738c7857742370e0aa74d5c | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@in.ibm.com> | Wed May 02 19:27:08 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:08 2007 +0200 |
tree | fad1a7d5af880f26451417b514d513640828b409 | |
parent | 6a50a664ca0cfd2a487525f10cec3ff4d570b5e8 [diff] |
[PATCH] x86-64: Extend bzImage protocol for relocatable bzImage o Extend the bzImage protocol (same as i386) to allow bzImage loaders to load the protected mode kernel at non-1MB address. Now protected mode component is relocatable and can be loaded at non-1MB addresses. o As of today kdump uses it to run a second kernel from a reserved memory area. Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by: Andi Kleen <ak@suse.de>