Tux@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agoWindows is actually pretty good OSlemmy.worldimagemessage-square126fedilinkarrow-up1950arrow-down170
arrow-up1880arrow-down1imageWindows is actually pretty good OSlemmy.worldTux@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square126fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up6·2 days agoThe kernel does stuff like process and CPU task management hardware abstraction memory management (at the process level), file system managment and resource isolation (such as randomized memory addresses (ASLR)) The rest of the OS provides the actual software that users interact with, like file managers desktop rendering and window management settings menus sound mixing between applications graphics rendering
The kernel does stuff like
The rest of the OS provides the actual software that users interact with, like