Skip to content
KitploitKITPLOIT
도구익스플로잇블로그
Log in
제출
도구익스플로잇블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
linux-insides — A book-in-progress about the Linux kernel and its insides. | Kitploit
도구/GitHubGitHub/0xax/linux-insides
Reverse EngineeringBinary AnalysisPapers & ResearchLearning & EducationCurated Resources
GitHub0xax/linux-insides

linux-insides

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

저장소 보기
33.6k3.6k1121일 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

linux-insides

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

Introduction • Chapter status • Requirements • Translations • Contributing • Author

Read online Linux kernel x86_64 Sponsors License
Patreon Buy Me a Coffee

Linux insides — a book-in-progress about the Linux kernel and its insides

Introduction

linux-insides is a book-in-progress about the Linux kernel and its insides. The goal of this project is simple - to share knowledge about the Linux kernel internals and related low-level topics. If you're curious about what's under the hood, see the Table of Contents.

Chapter status (kernel v7.2.0)

[!IMPORTANT] I started writing this series when the latest version of the kernel was 3.18. A lot has changed since then, and I am in progress of updating the content to reflect modern kernels (v6.18+). I'll continue revising the posts as the kernel evolves.

  • Booting (updated for v7.2.0)
  • Initialization (pending v6.18.0 review)
  • Interrupts (pending v6.18.0 review)
  • System calls (pending v6.18.0 review)
  • Timers and time management (pending v6.18.0 review)
  • Synchronization primitives (pending v6.18.0 review)
  • Memory management (pending v6.18.0 review)
  • Cgroups (pending v6.18.0 review)
  • SMP (pending v6.18.0 review)
  • Kernel mechanisms (pending v6.18.0 review)
  • Data Structures in the Linux Kernel (pending v6.18.0 review)
  • x86 fundamentals (pending v6.18.0 review)
  • Toolchain and binaries (pending v6.18.0 review)
  • Initial ram disk (pending v6.18.0 review)
  • Contributing to the Linux kernel (pending v6.18.0 review)

Requirements

  • Prior knowledge about the Assembly language
  • Proficiency with the C programming language
  • Additionally, you can find lots of useful information about x86_64 processors in Intel Software Developer Manuals

[!TIP] You can get started with Assembler with my other series of posts about the Assembly programming.

Translations

Thanks to the volunteers, the posts about Linux are translated into different languages.

[!NOTE] The translations may diverge from the original content.

  • Brazilian Portuguese
  • Chinese
  • Japanese
  • Korean
  • Russian
  • Spanish
  • Turkish

Contribution

Read the Contribution guide to learn how to contribute to the project. When contributing, make sure to follow the Code of Conduct.

If you have any questions or suggestions, feel free to ping me at Twitter @0xAX, add an issue, or drop me an email.

Mailing list

There is a Google group mailing list ([email protected]) for learning the kernel source code.

To join the group, send an email to [email protected]. You will receive a confirmation email. After replying to it, you will be added to the mailing list.

[!TIP] If you have a Google account, you can simply open the archive page and click Apply to join group. You will be approved automatically.

Sponsors

Thanks to the people supporting this project on Patreon:

  • Paulo Oliveira
  • KD

License

This project is licensed under the BY-NC-SA Creative Commons.

Author

The technical content is written by @0xAX.

Additional big thanks to @klaudiagrz for text improvements.

도구 다운로드