Tux@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 years agoWindows is actually pretty good OSlemmy.worldexternal-linkmessage-square126linkfedilinkarrow-up11Karrow-down172
arrow-up1930arrow-down1external-linkWindows is actually pretty good OSlemmy.worldTux@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 years agomessage-square126linkfedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up6·2 years 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