1## Terminology:
2
3### PVM : **P**rimary **V**irtual **M**achine
4- This is the VM that's created for the primary HLOS to execute
5- Generally all the resources are assigned to this VM
6
7### HLOS : **H**igh **L**evel **OS**
8- Mean the main OS owning the majority of the HW device access.
9- Typically used as a synonym for PVM.
10
11### SVM : **S**econdary **V**irtual **M**achine
12- These VM's are created and launched from the PVM
13