unzip linux-msft-wsl-5.15.146.1.zip -d microsoft/sudo apt update && sudo apt install build-essential flex bison libssl-dev libelf-dev bc python3 pahole # 安装构建内核所需的东西,否则 make menuconfig 可能报错cd WSL2-Linux-Kernelcp Microsoft/config-wsl ./.config # 确保您按照 Microsoft 的方式...
microsoft/WSL2-Linux-Kernel Fork: 1075 Star: 8084 (更新于 2024-11-02 18:01:10) license: NOASSERTION Language: C .The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) 最后发布版本: linux-msft-wsl-6.6.36.6 ( 2024-09-04 05:33:18) ...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/microsoft/WSL2-Linux-Kernel linux-msft-wsl-5.15.y 分支(9) 标签(3159) 管理 管理 linux-msft-wsl-5.15.y linux-msft-wsl-6.1.y users/GitHubPolicyService/2259a508-a8f3-4343-8a2a-843c82b20617 ...
microsoft/WSL2-Linux-Kernel最新发布版本:linux-msft-wsl-6.6.36.6(2024-09-04 05:33:18)Release rolling-lts/wsl/5.15.146.1 Update to stable kernel version v5.15.146 dxgkrnl: Add support for locking a shared allocation by not the owner hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC Enable group ...
Update WindowsEnable WSLInstall Linux DistributionSet WSL Version to 2 Conclusion WSL2 with a built-in Linux kernel brings significant improvements in performance, compatibility, and overall experience for developers who want to run Linux on Windows. With seamless integration, improved file system perfor...
Install or update the WSL2 kernel by running the following command: wsl --install 1. This command will download and install the latest WSL2 kernel on your Windows system. It may take some time to complete. Once the installation is complete, set WSL2 as the default version by running the...
我的Linux版本是5.15 进入微软WSL2-Linux-Kernel项目,下载对应内核版本的源码。 首先安装依赖,创建下载源码的文件夹,下载linux内核源码,解压到当前文件夹 微软目前最新的内核是 6.1,不过我还是使用5.15来编译,编译过程都一样 sudo apt install build-essential flex bison dwarves libssl-dev libelf-dev libncurses5-de...
wsl.exe--update 6.设置wsl默认版本为2.0 代码语言:javascript 复制 wsl--set-default-version2 怎么是安装Rocky Linux 9或CentOS? 1.下载Rocky Linux 9或CentOS镜像文件,并运行自解压,自解压后是tar后缀名 代码语言:javascript 复制 WSL2镜像 https://www.alipan.com/s/oe8iQdPeagw 提取码:py14 ...
linux-msft-wsl-5.15.167.4Latest Release rolling-lts/wsl/5.15.167.4 Update to stable kernel version v5.15.167 Include an out-of-tree patch fixing a bug in the XSAVES subsystem. This patch will be included upstream in future 5.15 stable kernels. ...
cd~wsl cat>>.wslconfig<<EOF[wsl2]kernel=<KERNEL-PATH>EOF <KERNEL-PATH> 需要替换成你的路径(自定义 Linux 内核的绝对 Windows 路径)。例如,我的是kernel=kernel=C:\\Users\\FENG\\WSL2-Linux-Kernel-linux-msft-wsl-5.15.133.1\\arch\\x86\\boot\\bzImage ...