My system is based on x86(64-bit) and it has 8GB RAM. I have set reserve 100MB of 8GB using memmap=100M@0x40000000.
For this way does it guarantee to reserve the 100M of RAM? Can I access the 100MB of RAM using address 0x40000000 in both user and kernel space? Of course I understand to need translate the physical to virtual address.