]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[bzimage] Remove userptr_t from bzImage parsing
authorMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2025 15:30:35 +0000 (16:30 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2025 15:30:35 +0000 (16:30 +0100)
commit6ccb6bcfc8f76f69d7bc01498b762bfe79f1cb6c
treef4c0f81d4e54649760dc0569f8997c3be18398a5
parent412ad56012f116c8e3923b0928d2767713931eb4
[bzimage] Remove userptr_t from bzImage parsing

Simplify bzImage parsing by assuming that the various headers are
directly accessible via pointer dereferences.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/image/bzimage.c