{"adoption": {"forks": 3455, "observed_at": "2026-08-28T04:11:32.608556+00:00", "stars": 22411}, "canonical_url": "https://ross.abutalabs.com/products/how-to-make-a-computer-operating-system", "card": {"archived": false, "artifact_type": "learning-resource", "description": "How to Make a Computer Operating System in C++", "domain": ["operating-systems", "tutorials", "education"], "enriched": true, "function": ["documentation", "developer-tools"], "health_score": 20, "homepage": "https://samypesse.gitbook.io/how-to-create-an-operating-system", "language": "C", "license": "Apache-2.0", "license_family": "permissive", "maturity": "maintenance", "member_repos": ["SamyPesse/How-to-Make-a-Computer-Operating-System"], "name": "SamyPesse/How-to-Make-a-Computer-Operating-System", "platform": ["cpp", "c"], "pushed_at": "2021-12-16T09:10:55+00:00", "repo": "SamyPesse/How-to-Make-a-Computer-Operating-System", "stars": 22411, "tags": ["operating-system", "osdev", "x86", "tutorial", "online-book", "gitbook", "unix-like", "linux"], "topics": [], "urls": [], "use_cases": ["learn how to write an operating system from scratch", "understand x86 boot process and GRUB", "study memory management and virtual memory implementation", "learn how syscalls and userland work", "build a hobby OS in C++", "understand interrupt handling GDT and IDT", "implement a simple filesystem like EXT2"], "what_it_is": "An online book and course teaching how to build a simple UNIX-like operating system from scratch in C/C++, covering x86 architecture, memory management, multitasking, syscalls, drivers, and filesystems. The repository includes step-by-step source code for the OS being built.", "when_to_avoid": ["you need a production-ready or modern OS kernel", "you want coverage of ARM, RISC-V, or modern 64-bit architectures", "you need an actively maintained course with recent updates"], "when_to_choose": ["you want a guided, step-by-step introduction to OS development", "you prefer learning by reading a book alongside working source code", "you are a beginner to intermediate developer curious about low-level systems programming"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/how-to-make-a-computer-operating-system", "repo": "SamyPesse/How-to-Make-a-Computer-Operating-System", "role": "main", "score": 23}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:11:32.608556+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T16:57:10.728875+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ab59dbf451ab850692c9a4704d6eb5c9530e796406f9c1be40d2b98fed2cc887", "fetched_at": "2026-08-28T04:11:32.608556+00:00", "kind": "readme", "missing": false, "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System"}, {"content_hash": "0f115fc25d482ac481fcf82fe1bf4b297e55a0f1b4d8844643691668af40a597", "fetched_at": "2026-08-29T07:55:29.768858+00:00", "kind": "homepage", "missing": false, "url": "https://samypesse.gitbook.io/how-to-create-an-operating-system"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4660, "days_push": 1721, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 23, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}