vvaltchev/tilck

A Tiny Linux-Compatible Kernel

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 22nd, 2026
Created on March 14th, 2016
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 140
Total Stargazers: 3,132 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 42.2 hours
Mean response time: 9.1 days
90th percentile: 25.1 days
Tracked items: 3

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (2)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Tilck is a tiny Linux-compatible kernel written in C that runs on x86 architecture with support for both legacy BIOS and UEFI boot methods.

The project addresses the challenge of creating a minimal yet functional operating system kernel that maintains compatibility with Linux standards and POSIX interfaces. Tilck achieves this by implementing core kernel functionality in C with assembly where necessary, supporting essential features like ACPI for hardware abstraction, bare-metal execution, and bootloader integration. The kernel is designed to be small enough for embedded systems while remaining capable enough to run real applications through its Linux compatibility layer.

Tilck suits developers interested in kernel development, embedded systems, or educational exploration of operating system internals. It is particularly valuable for those who want to understand how a kernel works without the complexity of a full-scale system like the Linux kernel itself. The project's focus on being tiny makes it appropriate for resource-constrained environments where a traditional kernel would be impractical, while its Linux compatibility ensures that existing tools and applications can run with minimal modification.

The project shows sustained development activity with regular commits addressing both core functionality and bug fixes. Work spans multiple areas including bootloader improvements, kernel subsystems, and hardware support expansion. The codebase receives ongoing refinement with attention to code quality and architectural decisions. Development maintains focus on the stated goals of minimalism and compatibility rather than feature proliferation, with changes carefully considered for their impact on the kernel's size and performance characteristics.