Tag

System Calls

All articles tagged with #system calls

Linux's Mount API Finally Documented After Over Six Years

Originally Published 14 days ago — by Phoronix

It took over six years for the Linux kernel's new, more flexible mount API to be properly documented in man pages, which may have hindered its adoption. The documentation finally appeared in October 2022 with the release of manpages 6.16, after multiple stalled attempts, and highlights the challenges of maintaining technical documentation in traditional formats like Groff versus modern Markdown.

"Demystifying the Linux Kernel: A Comprehensive Guide to its Fundamentals"

Originally Published 2 years ago — by Hackaday

Featured image for "Demystifying the Linux Kernel: A Comprehensive Guide to its Fundamentals"
Source: Hackaday

A developer named Seiya has taken a unique approach to understanding the Linux kernel by examining the 0.01 version, which contains only 10,000 lines of code. Despite its limitations, such as lacking certain features and compatibility with modern compilers, studying this early version provides insights into the core ideas and evolution of the kernel. This read-only exercise offers an interesting glimpse into computer history and serves as a valuable learning experience.