Windows 8.1 Build 9299.0.fbl partner out06.130117-1707:修订间差异
跳转到导航
跳转到搜索
Windows 8.1 Build 9299.0.fbl partner out06.130117-1707 (查看源代码)
2026 年 1 月 3 日 (六) 21:41 的版本
、 2026 年 1 月 3 日 (星期六)→Hyper-V Generation 2 virtual machines
小 (→Bugs) |
|||
| 第 35 行: | 第 35 行: | ||
== New features and changes == | == New features and changes == | ||
=== Hyper-V Generation 2 virtual machines === | === Hyper-V Generation 2 virtual machines === | ||
Preliminary support for Hyper-V Generation 2 virtual machines | Preliminary support for [[Hyper-V]] Generation 2 virtual machines has been implemented. This machine type utilizes [[wikipedia:UEFI|UEFI]] firmware in place of legacy [[wikipedia:BIOS|BIOS]] and includes support for the [[wikipedia:Secure Boot|Secure Boot]] protocol and virtual [[wikipedia:Trusted Platform Module|Trusted Platform Module]]s. The underlying work in this build is largely unstable, possibly because the implementation itself is rudimentary or likely due to the hypervisor hitting an assertion failure (if using the checked/debug compile). | ||
In this build, generations are internally referred to as "types", and there is no graphical user interface present for creating such virtual | In this build, generations are internally referred to as "types", and there is no graphical user interface present for creating such a virtual machine. A Generation 2 virtual machine can be created by utilizing the below sample PowerShell commandlet, which sets the virtual machine's memory to 2 gigabytes, creates and uses a 32-gigabyte VHDX disk image, and sets the generation to "Type 2": | ||
< | |||
<syntaxhighlight lang="ps1"> | |||
New-VM -Name "Type 2 VM" -MemoryStartupBytes 2GB -NewVHDPath "X:\Path\To\VHDX\Image.vhdx" -NewVHDSizeBytes 32GB -Type Type2 | New-VM -Name "Type 2 VM" -MemoryStartupBytes 2GB -NewVHDPath "X:\Path\To\VHDX\Image.vhdx" -NewVHDSizeBytes 32GB -Type Type2 | ||
</ | </syntaxhighlight> | ||
== Bugs == | == Bugs == | ||