An open API service indexing awesome lists of open source software.

Kernel

A kernel is the heart of almost every operating system. It is always loaded in memory at any time and deals with the hardware to provide an interface for the software. It also manages peripherals, memory, interrupts, and processes. Examples of widely used kernels include Windows NT and Linux.

https://github.com/nufeng1999/jupyter-mybash-kernel

Minimal Jupyter Bash kernel

bash jupyter jupyter--lab kernel

Last synced: 16 Apr 2026

https://github.com/davphla/kernel-otp

Linux Kernel OTP (One Time Password) module

device kernel linux module vagrant

Last synced: 09 Oct 2025

https://github.com/dulikvor/aos

A simplified unikernel pet project

cpp14 kernel

Last synced: 27 Mar 2025

https://github.com/das585/debian-kernel-tool

A little script to help in making a custom kernel for Debian distros

bash debian kernel linux script

Last synced: 07 Apr 2026

https://github.com/yazaldefilimone/unixv6

a re-implementation of dennis ritchie's and ken thompson's unix v6

kernel operating-system unix

Last synced: 17 Jul 2025

https://github.com/adityasinghz/multithreaded-kernel

The multithreaded kernel project aims to develop a basic but functional kernel that supports multithreading.

c cmake kernel multithreading

Last synced: 17 May 2026

https://github.com/heshanera/xv6

xv6 kernel modifications

c kernel xv6

Last synced: 11 Sep 2025

https://github.com/yodaos-project/kernel-kamino

The Linux kernel for Kamino18

kamino kernel linux yodaos

Last synced: 09 May 2026

https://github.com/p1n2o/delta_kernel_xiaomi_sm8250

Delta Kernel for Xiaomi SM8250. Supports AOSP ROMs for alioth (Poco F3, Mi 11X, Redmi K40) & apollo (Mi 10T/Pro, Poco F4, Redmi K40S)

android android-kernel aosp kernel linux-kernel sm8250 xiaomi-kernel

Last synced: 02 May 2026

https://github.com/maximepremont/cau_linuxsysapps-4

Chung Ang University : Linux Systems & its Applications, Assignment 4

chung-ang-univ kernel

Last synced: 27 Mar 2025

https://github.com/lebedov/ipyk

IPython local kernel management utility

command-line ipython kernel

Last synced: 18 May 2026

https://github.com/xxxclotixxx/tectonicos

A simple example of loading a kernel in C using a GRUB bootloader

asm clang cpp kernel nasm os

Last synced: 20 Mar 2025

https://github.com/ny4rlk0/fkernelanticheats

Raspberry Pi Pico 2W firmware that emulates a real USB mouse, receiving movement data from a second PC via UART. Designed to bypass kernel-level anti-cheat systems without touching game files or running code on the gaming machine.

anti bypass-ac cheat fkernelanticheats fuckkernelanticheats game global kernel mouse pi pico pico2w picow raspberry

Last synced: 28 Oct 2025

https://github.com/dinoslice/groveos

A simply, hobby OS written from scratch using Rust.

kernel operating-system os osdev

Last synced: 10 Oct 2025

https://github.com/thexxturboxx/reram-trng

Bare minimum Kernel for the Raspberry Pi to examine memory chips via SPI

kernel random raspberry-pi reram trng

Last synced: 07 Jan 2026

https://github.com/pstolarz/rpi-tools

Raspberry Pi related tools

kernel linux raspberry-pi rpi tools

Last synced: 02 May 2026

https://github.com/npequeux/rinux

Rinux - A modern operating system kernel written in Rust, inspired by Linux architecture

bare-metal kernel operating-system os-development osdev rust systems-programming x86-64

Last synced: 07 Mar 2026

https://github.com/cse-25/rt_linux_latency

A Case study on latency difference between Desktop Linux Kernel and Linux RT Kernel patch

bash kernel linux realtime

Last synced: 09 May 2026

https://github.com/eduardobaginskicosta/origami

Biblioteca de classes para criar aplicações de console bonitas de maneira rápida e simples. Permite a alteração da aparência da janela, textos coloridos, tabelas, entre outros recursos.

ansi ansi-colors beautiful console console-app console-application customization kernel kernel32 kernel32-dll kernel32dll library net-framework uxtheme win-api win32-api win32api winapi windows

Last synced: 12 Jun 2025

https://github.com/ddeepanshu-997/kernel-svm-classification

in this repository i am going to perform kernel SVM Classifcation on the real life dataset , initially i performed some data preprocessing technique in order to filter out the data flaws then undergoes the process of model building i.e Kernel SVM Classification.

data-science kernel kernel-svm kernel-svm-classifier machine-learning machine-learning-algorithms

Last synced: 09 Jun 2026

https://github.com/ugudem/oxygen-u

Oxygen-U is an open-source platform designed to enhance user experience in managing air quality data. It provides tools for monitoring, analyzing, and visualizing oxygen levels in various environments, promoting healthier living spaces.

add-on aws-s3 boot firmware frontend github-config hacktoberfest identity kernel oneplus oxygen-updater oxygenos portfolio rom styled-components styled-system ui-components updates

Last synced: 24 Jun 2025

https://github.com/snigdha-os/snigdhaos-kernel-switcher-dev

🛠️ The Snigdha OS Kernel Switcher Dev repository is a development version of the Kernel Switcher tool for Snigdha OS. It provides a framework for testing and contributing to kernel management features, enabling users to switch between different kernels and enhance performance and compatibility.

eshanized kernel kernel-switcher kinux-kernel snigdha snigdha-os

Last synced: 11 Oct 2025

https://github.com/initdc/libconsole

Console inspired from JavaScript, Github Actions, Linux...

console debug github javascript kernel linux ruby warning

Last synced: 06 Apr 2026

https://github.com/ranxom/nyx

A minimal OS written in Rust

kernel operating-system rust-lang

Last synced: 24 Jun 2025

https://github.com/omdxp/my-os

A 32 bit operating system

kernel operating-system x86

Last synced: 23 Apr 2025

https://github.com/arodr967/pinfo_system_call

A system call written in C, which holds the process information.

c-programming kernel kernel-module system-calls

Last synced: 11 Jan 2026

https://github.com/ranimeshehata/pintos-userprog-phase2

Implementing the "userprog" phase In PintOS. PintOS is an open source instructional operating system kernel developed by Stanford University. PintOS provides complete documentation & modular projects to introduce students to the major concepts of operating systems development.

alarm-clock argument-parsing docker executable-file exit filesystem kernel locks operating-systems pintos semaphores system-calls threads timer userprog virtual-machine vm wait

Last synced: 03 Apr 2025

https://github.com/hamolicious/image-kernel-applier

Handles the application of Image Kernels, there are a couple preset kernels but adding custom ones is super simple

filters image-filters image-processing images kernel kernels pygame python python38

Last synced: 23 Apr 2025

https://github.com/ranimeshehata/pintos-threads-phase1

Implementing the "threads" phase In PintOS. PintOS is an open source instructional operating system kernel developed by Stanford University. PintOS provides complete documentation & modular projects to introduce students to the major concepts of operating systems development.

alarm-clock docker filesystem kernel mlfq-scheduling operating-systems pintos priority-scheduling scheduler semaphores threads timer userprogs virtual-machine vm

Last synced: 03 Apr 2025

https://github.com/wickslynx/auroraos

Operating system (not stable)

c kernel operating-system os

Last synced: 20 Mar 2025

https://github.com/stuvusit/ansible_sysctl

Ansible role to configure sysctl values

ansible ansible-role debian kernel linux sysctl system systemd

Last synced: 04 May 2026

https://github.com/escalate/ansible-raspberry-cmdline

An Ansible role that manages the Linux kernel command line on Raspberry Pi OS

ansible ansible-role cmdline kernel linux raspberry raspberry-pi raspberrypi self-hosted selfhosted

Last synced: 07 Apr 2026

https://github.com/at-ec/at-hub

It helps to manage the At-RTOS, At-FSM and At-BSI repositories.

c-language embedded-systems finite-state-machine hierarchical-state-machine iot kernel mcu robot rtos state-machine

Last synced: 05 Feb 2026

https://github.com/yeet-src/runfrom

Live exec-provenance monitor. Flags execs from tmp/shm, fileless binaries, and setuid privilege jumps, all in-kernel.

bpf co-re ebpf exec fileless kernel linux observability provenance security setuid tracepoint tracing yeet

Last synced: 20 Jun 2026

https://github.com/x70b1/telegraf-psi

A Telegraf plugin to collect Pressure Stall Information stats.

influxdb kernel monitoring psi telegraf

Last synced: 21 Mar 2025

https://github.com/coenttb/swift-kernel-primitives

The Swift kernel primitives library built on swift-standards.

cross-platform io kernel low-level swift swift-package systems-programming

Last synced: 22 Jan 2026

https://github.com/jmalicki/xibalba

Xibalba: Chaos Testing Framework for Linux Filesystem Concurrency using eBPF

chaos-engineering concurrency ebpf filesystem filesystem-testing jepsen kernel race-detection testing xibalba

Last synced: 14 Oct 2025

https://github.com/mikepruett3/ansible-role-kernel-settings

Ansible role to configure kernel settings on Linux Servers.

ansible ansible-role kernel

Last synced: 15 May 2026