this post was submitted on 19 May 2025
698 points (97.4% liked)

Technology

70173 readers
3442 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Today we’re very excited to announce the open-source release of the Windows Subsystem for Linux. This is the result of a multiyear effort to prepare for this, and a great closure to the first ever issue raised on the Microsoft/WSL repo:

https://github.com/microsoft/WSL

you are viewing a single comment's thread
view the rest of the comments
[–] 3abas@lemm.ee 9 points 1 day ago (1 children)

The original WSL doesn't use the Linux kernel at all, it's a Windows Subsystem for compatibility with Linux. WSL2 actually visualizes a complete Linux kernel, but the name stuck.

[–] Aux@feddit.uk 1 points 1 day ago

The original WSL DOES use the Linux kernel. Which runs as a native NT process (there's a huge difference between NT and Win32 processes). But porting a Linux kernel into the NT binary is a maintenance nightmare, it's much easier to run the original in a slim VM.