awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Operating System Kernels · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesOperating System Kernels

Core system software that manages hardware resources, process scheduling, and low-level system operations.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Operating System Kernels. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Operating System Kernels

Awesome Operating System Kernels GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • torvalds/linux

    torvalds/linux

    217,986GitHubView on GitHub↗

    The Linux kernel is a monolithic operating system kernel that serves as the primary interface between computer hardware and software applications. It provides the foundational infrastructure for managing system resources, including memory allocation, process scheduling, and synchronization primitives. The project inclu

    C

Explore sub-tags

  • BPF Virtual MachinesIn-kernel execution environments for sandboxed programs used for tracing, networking, and security monitoring.
  • Input SubsystemsUnified interfaces for managing and processing events from diverse hardware input devices.
  • Kernel Timer ManagementMechanisms for managing time-based events, task scheduling, and high-resolution timing within a kernel environment.
  • Process SchedulersAlgorithms and mechanisms for managing task execution priority, resource allocation, and context switching.