diff options
author | Zhaofeng Li <hello@zhaofeng.li> | 2021-09-13 20:51:41 -0700 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2021-09-14 13:22:41 +0200 |
commit | e38819573d3b05fc3a32401988527f29f708de68 (patch) | |
tree | e1666114b58927fd19d7f82d9c0a7b6031e674bb /kexec/arch/i386/crashdump-x86.c | |
parent | 1d0275858f526a15733c29d18fac0d2347ec3496 (diff) |
multiboot2: Avoid first 0x500 bytes
In some cases, add_buffer will actually try to allocate the buffer
at 0x0, which may not be acceptable by some kernels. Let's avoid
the first 0x500 bytes so we don't screw up the IVT and BDA.
Signed-off-by: Zhaofeng Li <hello@zhaofeng.li>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/i386/crashdump-x86.c')
0 files changed, 0 insertions, 0 deletions