Pre Merge pull request !412 from DSOE1024/dev-faq

This commit is contained in:
DSOE1024 2025-05-20 05:31:37 +00:00 committed by Gitee
commit 2b7c1fb4fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 8 additions and 0 deletions

View File

@ -125,6 +125,14 @@ Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
15 0 0 7 7:7:7:0 是 5748.0000 600.0000 5519.8481
```
## 如何查看CPU是否支持虚拟化虚拟机支持
- Q想使用虚拟机如何查看CPU是否支持虚拟化
- A可以使用以下命令输出数字大于0表示支持虚拟化。
```bash
egrep -c '(vmx|svm)' /proc/cpuinfo
```
## 如何查看内存信息