Texonom
Texonom
/
Computing
Computing
/Computing Theory/Information Theory/Information science/Information technology/Software Industry/Software Platform/Cloud Industry/Microsoft/Microsoft OS/Windows OS/Windows Virtualization/WSL/WSL Kernel/
WSL Kernel Compile
Search

WSL Kernel Compile

 
 

header

 
 
 
WSL2 kernel compile
WSL2에서 커널 관련 개발을 진행하려면 반드시 필요한 작업. WSL에서 uname -r을 먼저 실행해서 커널의 버전을 확인하자. WSL2의 커널을 다운받고 설정. sudo apt install build-essential libncurses5-dev libssl-dev bison flex libelf-dev git clone https://github.com/microsoft/WSL2-Linux-Kernel cd WSL2-Linux-Kernel git checkout `uname -r` zcat /proc/config.gz > .config make -j
WSL2 kernel compile
https://blog.devbug.me/wsl2-kernel-compile/
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Computing Theory/Information Theory/Information science/Information technology/Software Industry/Software Platform/Cloud Industry/Microsoft/Microsoft OS/Windows OS/Windows Virtualization/WSL/WSL Kernel/
WSL Kernel Compile
Copyright Seonglae Cho