Fix broken link by bringing back old WSL page, but now just link to the standard build instructions

This commit is contained in:
Hamish McIntyre-Bhatty 2022-07-19 11:55:30 +01:00
parent 4d63fafec3
commit c83345899d
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- [Introduction](README.md)
- [Using Darling](using-darling.md)
- [Build instructions](build-instructions.md)
- [Building for the WSL](wsl-build.md)
- [Uninstall](uninstall.md)
- [Darling shell](darling-shell.md)
- [Darling prefix](darling-prefix.md)

7
src/wsl-build.md Normal file
View File

@ -0,0 +1,7 @@
# Building for the WSL
The Windows Subsystem for Linux (or WSL for short) allows you to run Linux programs on a Windows system.
Darling should work with no problems on WSL2, as this is essentially a standard virtual machine with a full Linux kernel. WSL1 is more complicated and is not currently working.
As Darling no longer uses a Linux Kernel Module, no special instructions are needed for either WSL1 or WSL2. Use the standard [Linux build instructions](build-instructions.md).