this.acpiPhysStart = alignedPhysStart;
}
// Map entry
log.info("Mapping ACPI memory map entry to " + MagicUtils.toString(start));
arch.mmap(ACPI, start, size, alignedPhysStart);
start = start.add(e.getSize());
lastAcpiEntry = e;
}
}
if (lastAcpiEntry == null) {