# dibingfa/flash-linux0.11-talk

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/dibingfa-flash-linux0-11-talk).**

22,433 stars · 2,943 forks · HTML

## Links

- GitHub: https://github.com/dibingfa/flash-linux0.11-talk
- awesome-repositories: https://awesome-repositories.com/repository/dibingfa-flash-linux0-11-talk.md

## Description

你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码

## Tags

### Artificial Intelligence & ML

- [Kernel Source](https://awesome-repositories.com/f/artificial-intelligence-ml/step-by-step-task-plans/code-walkthroughs/kernel-source.md) — Provides a guided, line-by-line reading of the Linux 0.11 kernel source code as a narrative.

### Development Tools & Productivity

- [Kernel Interrupt Models](https://awesome-repositories.com/f/development-tools-productivity/process-signal-handlers/task-interruption-handlers/interrupt-driven-context-switching/kernel-interrupt-models.md) — Explains how hardware interrupts, system calls, and context switches drive kernel behavior.

### Education & Learning Resources

- [Operating System Concepts](https://awesome-repositories.com/f/education-learning-resources/operating-system-concepts.md) — Breaks down OS concepts like memory management and process scheduling using real kernel code examples. ([source](https://github.com/dibingfa/flash-linux0.11-talk#readme))
- [Kernel Internals Tutorials](https://awesome-repositories.com/f/education-learning-resources/operating-system-tutorials/kernel-internals-tutorials.md) — Breaks down fundamental OS concepts like memory management and process scheduling using a real kernel implementation.

### Hardware & IoT

- [Kernel Boot Sequence Narratives](https://awesome-repositories.com/f/hardware-iot/custom-cpu-architecture-design/step-by-step-tutorials/kernel-boot-sequence-narratives.md) — Follows the kernel's execution from the first instruction through initialization and shell launch in a step-by-step narrative. ([source](https://github.com/dibingfa/flash-linux0.11-talk#readme))

### Operating Systems & Systems Programming

- [OS Concept Explainers](https://awesome-repositories.com/f/operating-systems-systems-programming/hardware-concept-explainers/os-concept-explainers.md) — Explains OS design concepts through real kernel code examples. ([source](https://github.com/dibingfa/flash-linux0.11-talk#readme))
- [x86 Inline Assembly Decoders](https://awesome-repositories.com/f/operating-systems-systems-programming/inline-assembly-interfaces/x86-inline-assembly-decoders.md) — Decodes x86 assembly instructions embedded in C source to reveal low-level hardware interaction in the kernel.
- [Boot Sequence Tracing](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/boot-startup-management/boot-plugin-managers/boot-configuration-patchers/linux-boot-loaders/boot-sequence-tracing.md) — Traces the kernel's execution from BIOS to shell launch as a linear, step-by-step story.
- [Historical Kernel Boot Narratives](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/boot-startup-management/boot-plugin-managers/boot-configuration-patchers/linux-boot-loaders/boot-sequence-tracing/historical-kernel-boot-narratives.md) — Tracing the kernel's execution from the first instruction through protection mode entry, initialization, and shell launch in a linear narrative.
- [Historical Kernel Versions](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/operating-system-kernels/linux-kernel-internals/historical-kernel-versions.md) — Centers on a small, early Linux kernel to make complex OS internals accessible without modern bloat.
- [Code Walkthroughs](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/operating-system-kernels/process-schedulers/code-walkthroughs.md) — Demonstrates the scheduler, task states, and context switching by tracing actual kernel code paths.
- [Annotated Source Walkthroughs](https://awesome-repositories.com/f/operating-systems-systems-programming/unix-like-operating-system-sources/annotated-source-walkthroughs.md) — Provides a guided, annotated reading of Linux 0.11 kernel source code for learning operating system internals.
- [Inline Assembly Interfaces](https://awesome-repositories.com/f/operating-systems-systems-programming/inline-assembly-interfaces.md) — Decodes x86 assembly instructions embedded in C source to show low-level hardware interaction.
- [Kernel Address Space Diagrams](https://awesome-repositories.com/f/operating-systems-systems-programming/memory-map-exporting/memory-map-managers/process-memory-layout-visualizers/kernel-address-space-diagrams.md) — Describes memory layout, segmentation, and paging through concrete address-space diagrams from the kernel.
