Understanding Linux – The Kernel Perspective
banner
unix-byte.bsky.social
Understanding Linux – The Kernel Perspective
@unix-byte.bsky.social
Book "Understanding Linux: The Kernel Perspective" http://leanpub.com/linuxkernel/
Amazon: https://amazon.com/dp/B0FCBKCGGC
#linux #unix #freebsd #operatingsystems #kernelmodules
This was bound to happen. Greed always wins in the long term, and especially at Microsoft
August 11, 2025 at 11:01 PM
If nd->last_type != LAST_NORM, it means nd->last_type is either LAST_DOT (for ".") or LAST_DOTDOT (for "..")
July 30, 2025 at 11:54 AM
Of the four parts mentioned—the shell, programs, terminal emulator, and TTY driver—the first three are userland processes, while the TTY driver is part of the kernel. The userland processes interact with the TTY driver through system calls and device interfaces.
July 29, 2025 at 8:00 AM
Where’s the kernel? In this great zine by Julia Evans the kernel isn’t shown—but the TTY driver is part of it, managing I/O between the terminal and user-space programs—like the shell—and terminal devices. The zine focuses on what the user can see 👀
July 29, 2025 at 8:00 AM
Of the four parts mentioned by @b0rk.jvns.ca—the shell, programs, terminal emulator, and TTY driver—the first three are userland processes, while the TTY driver is part of the kernel. The userland processes interact with the TTY driver through system calls and device interfaces.
July 28, 2025 at 10:32 PM
July 27, 2025 at 10:07 AM