mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
doc: change term of vm0 to sos_vm
Using term of VM0 would mislead to a VM with VM id 0 easily, whereas VM id 0 could be used for any PRE_LAUNCHED_VM. So replace VM0 with SOS_VM. Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -57,7 +57,7 @@ Setup ``SOS_RAM_SIZE`` = 32G too (The SOS will have the whole resource)
|
||||
::
|
||||
|
||||
config SOS_RAM_SIZE
|
||||
hex "Size of the vm0 (SOS) RAM"
|
||||
hex "Size of the Service OS (SOS) RAM"
|
||||
default 0x200000000 if PLATFORM_SBL
|
||||
default 0x800000000 if PLATFORM_UEFI
|
||||
|
||||
|
Reference in New Issue
Block a user