Is multiboot2 info stored in memory without holes?
Posted: Wed Dec 27, 2023 7:39 pm
Hi.
After grub boots kernel, I would like to copy all the information from multiboot2 info to bss, so I want to know if I can just copy total_bytes(stored in mbi structure)?
I.e., is all the info in the mbi in a continuous chunk of memory?
I was looking at the code in the multiboot2 spec and it seems that all the mbi info is in memory continuously.
After grub boots kernel, I would like to copy all the information from multiboot2 info to bss, so I want to know if I can just copy total_bytes(stored in mbi structure)?
I.e., is all the info in the mbi in a continuous chunk of memory?
I was looking at the code in the multiboot2 spec and it seems that all the mbi info is in memory continuously.