mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-06 00:57:35 +08:00
Update system.go
This commit is contained in:
@@ -51,8 +51,8 @@ func CheckSystemInfo(language string) string {
|
||||
if runtime.GOOS != "windows" && runtime.GOOS != "macos" {
|
||||
res += " AES-NI : " + ret.CpuAesNi + "\n"
|
||||
}
|
||||
res += " VM-x/AMD-V/Hyper-V : " + ret.CpuVAH + "\n"
|
||||
res += " RAM : " + ret.MemoryUsage+" / "+ret.MemoryTotal + "\n"
|
||||
res += " VM-x/AMD-V/Hyper-V : " + ret.CpuVAH + "\n"
|
||||
res += " RAM : " + ret.MemoryUsage+" / "+ret.MemoryTotal + "\n"
|
||||
if ret.VirtioBalloon != "" {
|
||||
res += " Virtio Balloon : " + ret.VirtioBalloon + "\n"
|
||||
}
|
||||
|
Reference in New Issue
Block a user