Skip to content

Files

Latest commit

aae9711 · Nov 20, 2024

History

History
35 lines (26 loc) · 1.25 KB

kernel.md

File metadata and controls

35 lines (26 loc) · 1.25 KB

Kernel

Many hardware features need to be supported by the kernel - this creates issues with linux and open source

WindowsNT

  • Windows Subsystem for Linux: The lost potential
    • WSL1 translated linux calls to windows calls and had a single kernal
      • You could see linux process's in the windows process tree
    • WSL2 is just a co-resident kernel (a separate vm)
    • [bsd] did the translation layer years ago in reverse