doc: fix memmap parameter description
Columns were switched for the description of the memmap parameter Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
4cfd952413
commit
4ec9edcf40
|
@ -209,16 +209,15 @@ relevant for configuring or debugging ACRN-based systems.
|
||||||
|
|
||||||
* - memmap
|
* - memmap
|
||||||
- SOS
|
- SOS
|
||||||
- ::
|
|
||||||
|
|
||||||
memmap=0x400000$0x6da00000
|
|
||||||
|
|
||||||
- Mark specific memory as reserved.
|
- Mark specific memory as reserved.
|
||||||
|
|
||||||
``memmap=nn[KMG]$ss[KMG]``
|
``memmap=nn[KMG]$ss[KMG]``
|
||||||
Region of memory to be reserved is from ``ss`` to ``ss+nn``,
|
Region of memory to be reserved is from ``ss`` to ``ss+nn``,
|
||||||
using ``K``, ``M``, and ``G`` representing Kilobytes, Megabytes, and
|
using ``K``, ``M``, and ``G`` representing Kilobytes, Megabytes, and
|
||||||
Gigabytes, respectively.
|
Gigabytes, respectively.
|
||||||
|
- ::
|
||||||
|
|
||||||
|
memmap=0x400000$0x6da00000
|
||||||
|
|
||||||
* - ramoops.mem_address
|
* - ramoops.mem_address
|
||||||
ramoops.mem_size
|
ramoops.mem_size
|
||||||
|
|
Loading…
Reference in New Issue