Windows 8.1 Build 9299.0.fbl partner out06.130117-1707:修订间差异

跳转到导航 跳转到搜索
→‎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, which utilize UEFI firmware in place of legacy BIOS, include support for the Secure Boot protocol and virtual Trusted Platform Modules, has been implemented, although the underlying work is largely unstable; possibly because the implementation itself has not been advanced further yet at this point or likely due to the hypervisor hitting an assertion failure (as the operating system was compiled under a debug release type).
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 machines. 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":
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":
<pre>
 
<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
</pre>
</syntaxhighlight>


== Bugs ==
== Bugs ==
13,050

个编辑

导航菜单