Fiwix icon indicating copy to clipboard operation
Fiwix copied to clipboard

Fix bios_mem_map end address confusion, preserve a copy for kexec

Open Googulator opened this issue 4 months ago • 2 comments

  • Consistently treat the end / "to" address as an inclusive value, i.e. the highest address that belongs to the range.
  • Preserve a copy of the memory map as returned by the BIOS or the bootloader, before any in-kernel reservations, for kexec guests.

Fixes #72

Googulator avatar Feb 13 '24 18:02 Googulator