# arjun024/mkernel

A minimalist kernel

Repository: https://github.com/arjun024/mkernel
Canonical: https://ross.abutalabs.com/products/mkernel
Homepage: https://arjunsreedharan.org/post/82710718100/kernels-101-lets-write-a-kernel
Language: C
License: GPL-2.0
License Family: copyleft
Last push: 2021-04-27T20:01:12+00:00

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

## Adoption (not part of the score)
Stars 1343, forks 163 (observed 2026-08-28T04:04:26.387642+00:00)

## What it is
A minimalist x86 kernel written in C and assembly that boots via GRUB and prints a message to the screen. It serves as an educational example accompanying a 'Let's write a Kernel' tutorial.

## Use cases
- learn how to write a simple operating system kernel
- understand multiboot kernel booting with GRUB
- test a toy kernel in QEMU
- starting point for hobby OS development
- teach low-level x86 boot process

## When to choose
- you want a minimal, readable example of a bootable x86 kernel
- you are following a tutorial on writing your first kernel
- you need a multiboot-compliant skeleton to build a hobby OS from

## When to avoid
- you need a production or general-purpose operating system
- you want drivers, memory management, or scheduling features
- you need a kernel for non-x86 architectures

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: embedded, developer-tools
- domain: operating-systems, tutorials, education
- platform: cpp, cli
- tags: kernel, x86, bootloader, grub, qemu, educational, linux

## Member repositories
- arjun024/mkernel (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:26.387642+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-30T04:42:53.199198+00:00, confidence not recorded.
  - readme: https://github.com/arjun024/mkernel (fetched 2026-08-28T04:04:26.387642+00:00, sha aa3819be2246)
- Data as of 2026-08-30T08:39:29.467469+00:00.
