MULTIBOOT_INFO_ALIGN
last_addr = roundup(last_addr + n, MULTIBOOT_INFO_ALIGN);
last_addr += roundup(sizeof(*mb_mod) * num, MULTIBOOT_INFO_ALIGN);