Preserving the GRUB memory map
Posted: Fri Jun 21, 2013 3:06 pm
Hello.
I'm using the memory map provided by GRUB to see available memory and reserved memory.
I want to overwrite the available memory, but I'm afraid that I'll lose the GRUB memory map.
I figure the simplest solution would be to just not overwrite the memory map in the first place.
However I would like to hear other ideas, for solutions more elegant than "skipping" over the mmap.
Thanks.
I'm using the memory map provided by GRUB to see available memory and reserved memory.
I want to overwrite the available memory, but I'm afraid that I'll lose the GRUB memory map.
I figure the simplest solution would be to just not overwrite the memory map in the first place.
However I would like to hear other ideas, for solutions more elegant than "skipping" over the mmap.
Thanks.