6. 安装内核模块和头 sudo make modules_install headers_install 7. 复制到windows文件夹内 cp arch/x86/boot/bzImage /mnt/d/ 8. 修改WSL配置文件替换内核 WSL配置文件在C盘%USERPROFILE%目录下,没有可以自己创建.wslconfig。添加以下内容 [wsl2] kernel=C:\\bzImage 9. 关闭WSL Administrator权限开启Power...
# Specify a custom Linux kernel to use with your installed distros. The default kernel used can be found at https://github.com/microsoft/WSL2-Linux-Kernel # Sets additional kernel parameters, in this case enabling older Linux base images such as Centos 6 kernelCommandLine = vsyscall=emulate ...
5. 下载Microsoft的 WSL2 内核配置并将其放在某个地方 wget https://raw.githubusercontent.com/microsoft/WSL2-Linux-Kernel/linux-msft-wsl-6.1.y/arch/x86/configs/config-wsl -O arch/x86/configs/config-wsl 6.使用所有线程编译内核 make KCONFIG_CONFIG=arch/x86/configs/config-wsl -j$(nproc) 7.我...
5. 下载Microsoft的 WSL2 内核配置并将其放在某个地方 wget https://raw.githubusercontent.com/microsoft/WSL2-Linux-Kernel/linux-msft-wsl-6.1.y/arch/x86/configs/config-wsl -O arch/x86/configs/config-wsl 6.使用所有线程编译内核 make KCONFIG_CONFIG=arch/x86/configs/config-wsl -j$(nproc) 7.我...
While the kernel version 5.x could be enough for the majority of users, there's specific cases where you might need to have the latest version due to additional features your applications use.You'll see in this guide, how-to build the Microsoft Linux kernel from the version 6.x branch ...
如果出现WSL2需要更新其内核组件,那么即下载wsl2kernel. https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 1. 下载后,安装,一路选择next即可。 (3)设置默认WSL2设置。 wsl --set-default-version 2 1. (4)更新所需要的分发版本 可见,升级成功。
2、WSL 2 需要更新其内核组件。有关信息,请访问https://aka.ms/wsl2kernel 按照此文档说明,下载并安装 wsl_update_x64.msi ,这个升级包下载可能比较慢。 四、安装 Ubuntu 1、默认安装 Linux 时是第一代 WSL,要在以后安装 Linux 的时候默认启用 WSL2,在Windows PowerShell中运行命令:wsl --set-default-vers...
给wsl2整了个新的..用git diff把巨硬的wsl2-kernel跟主线的kernel比较了一下只有hyper-v、acpi、raid6部分有一点点修改,而且大部分都合并到主线里了,于是直接把5.5.9的内核用巨硬的c
Build the kernel using the WSL2 kernel configuration: $ make KCONFIG_CONFIG=Microsoft/config-wsl Install Instructions Please see the documentation on the .wslconfig configuration file for information on using a custom built kernel. Star 44 Fork 17 捐赠 0 人次 简介...