How do I disable PAE in grub?
Posted: Mon Jun 01, 2020 2:23 pm
Hi.
I use grub as a loader. I use it to read memory map.
I'm not going to use more than 4 GB because my core is running in protected mode. While reading memory_map, I get addresses that go beyond the 4 GB area, but in my memory management system everything is calculated for 4 GB.
I would like to make it so that if some memory area starts below 4 GB, but ends up higher, then its length is trimmed to 0xFFFFFFFF. If I disable PAE, will the memory area be truncated(length) over the line 4 GB?
I use grub as a loader. I use it to read memory map.
I'm not going to use more than 4 GB because my core is running in protected mode. While reading memory_map, I get addresses that go beyond the 4 GB area, but in my memory management system everything is calculated for 4 GB.
I would like to make it so that if some memory area starts below 4 GB, but ends up higher, then its length is trimmed to 0xFFFFFFFF. If I disable PAE, will the memory area be truncated(length) over the line 4 GB?