当前位置:网站首页>[QNX hypervisor 2.2 user manual] 3.3 configure guest

[QNX hypervisor 2.2 user manual] 3.3 configure guest

2022-06-10 18:28:00 Gao Tong @bill

Write it at the front

QNX In a virtualized environment guest The configuration is the same as that in a non virtualized environment . for example , about QNX guest, Working with build files .

When you configure guest when , Make sure that its configuration is the same as where it runs VM The configuration of is consistent . Just like you want to make sure your OS It is consistent with its hardware platform, that is, the configuration on the motherboard .

If you are building a QNX guest, Make sure to add virtual attributes to your guest In the build file . Then it will know where it is running VM The architecture of . for example : about ARM platform :

[virtual=aarch64le,elf ...

x86 platform :

[virtual=x86_64 ...

ARM and x86 guest Additional instructions are required in their build file .( Reference resources “Building guests” Medium “Building a QNX Hypervisor system” chapter ). In general QNX Build files for , Reference resources Building Embedded Systems Medium “OS Image Buildfiles” chapter .

Guest Must be the same as where it runs VM In architecture 、 a main board 、 Memory 、CPU、 Equipment matching .

One 、Gues The resource type

Exist in guest Each device in the is in a specific location ( Or space 

原网站

版权声明
本文为[Gao Tong @bill]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/161/202206101752055814.html