mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 11:36:50 +00:00
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
11ee951a5b
commit
1dabc97bef
@ -209,16 +209,15 @@ relevant for configuring or debugging ACRN-based systems.
|
||||
|
||||
* - memmap
|
||||
- SOS
|
||||
- ::
|
||||
|
||||
memmap=0x400000$0x6da00000
|
||||
|
||||
- Mark specific memory as reserved.
|
||||
|
||||
``memmap=nn[KMG]$ss[KMG]``
|
||||
Region of memory to be reserved is from ``ss`` to ``ss+nn``,
|
||||
using ``K``, ``M``, and ``G`` representing Kilobytes, Megabytes, and
|
||||
Gigabytes, respectively.
|
||||
- ::
|
||||
|
||||
memmap=0x400000$0x6da00000
|
||||
|
||||
* - ramoops.mem_address
|
||||
ramoops.mem_size
|
||||
|
Loading…
Reference in New Issue
Block a user