General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Fireship
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Linux in 100 Seconds" video.
0:53 Also worth mentioning filesystems, network protocol stacks, and security management, as additional important parts of the kernel.
14
There’s a lot of truth in that. Everything is a file, every kernel API is a filesystem, and every kernel object can be accessed via a file descriptor. This makes it very easy, for example, to use regular shell commands to poke around /sys to manage the state of your hardware, you don’t need special tools written to special APIs. Sometimes you see signs of “file envy” on the part of Microsoft. Like when Powershell tries to make the Registry API look like a filesystem, only it isn’t, really, because that abstraction doesn’t work outside of Powershell.
8
Why don’t you write one?
1