Windows Subsystem for Linux 2 Moving into General Availability with Improved Update Process

栏目: IT技术 · 发布时间: 4年前

内容简介:As discussedpreviously, WSL2 is a change in architecture from WSL 1. Where WSL 1 required a translation layer between the Linux system calls and the Windows NT kernel, WSL 2 ships with a lightweight VM running a full Linux kernel. This VM runs directly on

Microsoft announced that Windows Subsystem for Linux 2 (WSL2) will be generally available in Windows 10, version 2004. WSL2 wasreleased into the Insider Program last year. With the move to general availability, WSL2 can now be automatically updated via standard Windows Updates.

As discussedpreviously, WSL2 is a change in architecture from WSL 1. Where WSL 1 required a translation layer between the Linux system calls and the Windows NT kernel, WSL 2 ships with a lightweight VM running a full Linux kernel. This VM runs directly on the Windows Hypervisor layer. This kernel includes full system call compatibility and allows for running apps like Docker and FUSE natively on Linux. With this new implementation, the Linux kernel has full access to the Windows file system.

This new release brings large improvements to performance especially for interactions that require accessing the file system. According to Craig Loewan , Program Manager at Microsoft, this could be between a 3 to 6 times performance improvement depending on how file intensive the application is. He further mentions that unzipping tarbars could see a 20 times performance increase.

With this upcoming new version of Windows 10, currently known as version 2004, Microsoft has indicated that the installation and updating process of WSL2 will be streamlined. Previously the Linux kernel was included as part of the Windows OS version. With this upcoming release they will be seperated which allows for the kernel to be updated via Windows Update, similar to how third-party drivers are currently installed.

Currently the WSL team is indicating that there will be some manual effort needed to move to the new method of updating the Linux kernel. After updating to build 19041.153, running any WSL command (such as wsl --set-version <distro-name> 2 ) will have a one-time message appear. The message redirects to a download page where the new kernel can be installed.

Once installed, distros can be upgraded from version 1 to 2 via Powershell. The command wsl -l -v will list all distros and a specific distro can be upgraded via wsl --set-version <distro-name> 2 . Downgrading back to version 1 is also supported.

Visual Studio Code has an extension available to allow for developing within WSL from VS Code. The Visual Studio Code Remote - WSL extension allows for the VS Code UI to run on the Windows side with a VS Code Server running within the WSL VM. This allows for running commands directly within WSL and treating the mounted file system as a Linux file system reducing pathing issues or other cross-OS difficulties.

Windows Subsystem for Linux 2 Moving into General Availability with Improved Update Process

VS Code Remote extension architecture (credit: Microsoft )

Additionally, this extension allows for running and debugging applications directly within the Linux including the usage of breakpoints.

Windows Subsystem for Linux 2 Moving into General Availability with Improved Update Process

Debugging in Linux via the VS Code Remote extension (credit: Microsoft )

The WSL2 Linux kernel is created and maintained by the Microsoft WSL team. It is open source and available on GitHub . The team is accepting issues and bugs raised against a dedicated repo . Some of the WSL team is available via Twitter to help with general questions.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Spring实战(第4版)

Spring实战(第4版)

Craig Walls 沃尔斯 / 张卫滨 / 人民邮电出版社 / 2016-4-1 / CNY 89.00

《Spring实战(第4版)》是经典的、畅销的Spring学习和实践指南。 第4版针对Spring 4进行了全面更新。全书分为四部分。第1部分介绍Spring框架的核心知识。第二部分在此基础上介绍了如何使用Spring构建Web应用程序。第三部分告别前端,介绍了如何在应用程序的后端使用Spring。第四部分描述了如何使用Spring与其他的应用和服务进行集成。 《Spring实战(第4......一起来看看 《Spring实战(第4版)》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具