]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[bios] Describe umalloc() heap as an in-use memory area
authorMichael Brown <mcb30@ipxe.org>
Thu, 15 May 2025 14:35:27 +0000 (15:35 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 16 May 2025 15:18:36 +0000 (16:18 +0100)
commit3812860e39faafa56d4b833030b1a8427488bd16
tree33797839d2f2b9e6d871970d31603cc401636bfb
parent4c4c94ca09473ecbfce7e47edd0012949f4d25a3
[bios] Describe umalloc() heap as an in-use memory area

Use the concept of an in-use memory region defined as part of the
system memory map API to describe the umalloc() heap.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/include/basemem.h
src/arch/x86/include/ipxe/int15.h
src/arch/x86/interface/pcbios/basemem.c
src/arch/x86/interface/pcbios/hidemem.c
src/arch/x86/interface/pcbios/memtop_umalloc.c
src/include/ipxe/hidemem.h [deleted file]
src/include/ipxe/memmap.h