# 0xAX/linux-insides

A book-in-progress about the Linux kernel and its insides.

Repository: https://github.com/0xAX/linux-insides
Canonical: https://ross.abutalabs.com/products/linux-insides
Homepage: https://0xax.dev/books/linux-inside/
Language: Python
License: NOASSERTION
License Family: other
Topics: linux-kernel, linux-insides, linux
Last push: 2026-08-19T19:03:04+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 4260, "days_push": 14, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 32958, forks 3547 (observed 2026-08-28T04:11:57.953585+00:00)

## What it is
An open-source, in-progress book about the Linux kernel internals, covering booting, initialization, interrupts, system calls, memory management, and other low-level topics. It is written for developers with C and x86_64 assembly knowledge who want to understand how the kernel works under the hood.

## Use cases
- learn how the Linux kernel boots from the bootloader
- understand Linux kernel memory management internals
- study how system calls are implemented in the kernel
- learn about interrupts and interrupt handlers in Linux
- understand kernel synchronization primitives like spinlocks and mutexes
- prepare for contributing to the Linux kernel
- learn x86_64 fundamentals like paging and the IDT

## When to choose
- you want a free, in-depth, source-code-driven explanation of Linux kernel internals
- you already know C and some x86_64 assembly and want to go deeper into the kernel
- you are preparing to read or contribute to kernel source code

## When to avoid
- you need a beginner-friendly introduction to Linux without assembly or C background
- you need complete, up-to-date coverage of the latest kernel - many chapters are still pending review for modern kernels
- you need a hands-on kernel development tutorial rather than conceptual internals explanations

## Facets
- artifact type: learning-resource
- maturity: active
- function: documentation
- domain: operating-systems, tutorials, developer-tools
- platform: cpp, c
- tags: linux-kernel, kernel-internals, book, open-source-book, x86-64, assembly, booting, memory-management, system-calls, interrupts, linux

## Member repositories
- 0xAX/linux-insides (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:57.953585+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:28:59.448820+00:00, confidence not recorded.
  - readme: https://github.com/0xAX/linux-insides (fetched 2026-08-28T04:11:57.953585+00:00, sha 96d4730bdf86)
  - homepage: https://0xax.dev/books/linux-inside/ (fetched 2026-08-29T07:48:48.044396+00:00, sha e2ec1c4ad0de)
  - site_page: https://0xax.dev/about/index.html (fetched 2026-08-29T07:48:48.055221+00:00, sha a9b61365fe4d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
