# yifengyou/The-design-and-implementation-of-a-64-bit-os

《一个64位操作系统的设计与实现》读书笔记&随书源码

Repository: https://github.com/yifengyou/The-design-and-implementation-of-a-64-bit-os
Canonical: https://ross.abutalabs.com/products/the-design-and-implementation-of-a-64-bit-os
Language: C
License Family: other
Last push: 2019-10-10T12:10:09+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3013, "days_push": 2519, "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 1199, forks 244 (observed 2026-08-28T04:03:57.885888+00:00)

## What it is
A collection of study notes and accompanying source code for the Chinese book 'The Design and Implementation of a 64-bit Operating System'. It walks through building a 64-bit OS from scratch, covering bootloader, kernel, memory management, interrupts, and system calls.

## Use cases
- learn how to write a 64-bit operating system from scratch
- study bootloader and kernel boot process with runnable examples
- understand x86-64 protected mode and IA-32e mode
- learn SLAB memory pool and page table implementation
- follow along with an OS development book with annotated source code

## When to choose
- you are reading the book and want organized, commented, runnable code per chapter
- you want a structured tutorial path for hobby OS development on x86-64
- you prefer notes with one-click run scripts for each experiment

## When to avoid
- you need a production-ready or maintained operating system kernel
- you want an English-language resource
- you need support for ARM or non-x86 architectures

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: developer-tools, documentation
- domain: operating-systems, tutorials, education
- platform: cli
- tags: operating-system, 64-bit, bootloader, kernel, x86-64, book-notes, assembly, study-notes, linux

## Member repositories
- yifengyou/The-design-and-implementation-of-a-64-bit-os (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:57.885888+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-30T06:21:07.547728+00:00, confidence not recorded.
  - readme: https://github.com/yifengyou/The-design-and-implementation-of-a-64-bit-os (fetched 2026-08-28T04:03:57.885888+00:00, sha 5d23d371e70d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
