Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/wizarsi/kernel-module

Driver that passes the dentry and syscall_info structures to the user level via the ioctl interface. Operating systems lab2.

dentry driver ioctl kernel linux syscallinfo

Last synced: 03 Dec 2024

https://github.com/partikus/symfony-multiple-kernels

Repository presents Symfony project with multiple kernel approach.

kernel multiple multiple-kernels php symfony

Last synced: 09 Dec 2024

https://github.com/likakavkasidze/kernel-testing-sysroot

Tiny workflow for Kernel testing on QEMU

kernel linux qemu

Last synced: 03 Dec 2024

https://github.com/voltageddebunked/nextcore

Source tree for the NextCore kernel.

core interface kernel kernel-driver nextcore operatingsystem osdev

Last synced: 09 Dec 2024

https://github.com/voltageddebunked/bismuthos

A simple OS as a starting point to make your own.

asm bismuthos c cpp h hpp kernel os

Last synced: 09 Dec 2024

https://github.com/priyanshscpp/ece3406-linux-kernel-modules-os

Linux kernel modules to learn the basic concepts of kernel programming.

c drivers kernel operating-system

Last synced: 09 Jan 2025

https://github.com/Sid110307/InsiderOS

A minimalistic Operating System.

cpp development kernel os ovmf uefi

Last synced: 23 Oct 2024

https://github.com/maxklvd/mini-kernel

Kernel/User mode demonstation in the EFI application for x86_64

c gnu-efi kernel uefi x86-64

Last synced: 23 Oct 2024

https://gitlab.com/mrdotx/efistub

shell script to create efi boot entries with efibootmgr

boot efi efibootmgr entries hooks initrd kernel manager memtest options order pacman parameter uefi

Last synced: 23 Oct 2024

https://github.com/belanasaikiran/dear-imgui

Dear ImGui for C++ Desktop Applications

cpp dear-imgui kernel linux

Last synced: 04 Dec 2024

https://github.com/ahsouza/barca-os

Operating System

bios boot input-output kernel rust system

Last synced: 10 Dec 2024

https://github.com/asko7779/asko-os

Very few files of my OS and a testing non-bare metal version kernel, some of them may be outdated

assembly c kernel os

Last synced: 17 Jan 2025

https://github.com/pgaskin/android_sofiar_new

My personal Android build for the Moto G(8) Power (sofiar).

android android-rom aosp device-tree kernel lineageos motorola rom sofiar trinket vendor

Last synced: 11 Dec 2024

https://github.com/jeremiegince/learning_svm

Support vector machines (SVM) tutorial with classical and quantum kernels.

kernel quantum-computing svm tutorial

Last synced: 20 Jan 2025

https://github.com/voltageddebunked/newlinux

A Linux Kernel Update GUI.

cpp gtk gui kernel linux updater

Last synced: 11 Dec 2024

https://github.com/joshuagamayutin/bytesized.webring

this is just a webring for people passionate about operating system development (or even just low-level stuff). if you're working on an OS, writing low-level code, or just love tinkering with the bare metal, this is the place to connect!

arm assembly bare-metal bootloader c embedded-systems firmware hackers kernel learning low-level open-source osdev qemu riscv rust systems-programming tinkering webring x86

Last synced: 17 Jan 2025

https://github.com/reshalfahsi/raspi-kernel-name-editing

This repository is for exercise of Embedded Operating System course (TKEE163251) in Electrical and Information Engineering of Universitas Gadjah Mada

kernel raspbian

Last synced: 15 Jan 2025

https://github.com/waveywaves/kernel-modules-practice

Practice for how Kernel Modules are made and how they work

device driver kernel modules procfs sysfs

Last synced: 12 Dec 2024

https://github.com/pedropizarro/yamiros

Minimal RTOS for learning real-time principles

arm embedded kernel raspberry-pi-pico rtos

Last synced: 25 Dec 2024

https://github.com/mrousavy/kexter

[WIP] :game_die: A simple Kernel Extension Installer/Remover especially for Clover Injected kexts

clover extension kernel kext macos

Last synced: 23 Dec 2024

https://github.com/salamnocap/go-img-kernel

Go library for image processing

convolution image-processing kernel

Last synced: 12 Dec 2024

https://github.com/williamcanin/pykernel

:snake: Download da última versão estável do kernel Linux com Python3

kernel linux pykernel python3

Last synced: 12 Dec 2024

https://github.com/aptivi-archives/ksmodtemplate

Template repository for creating Kernel Simulator mods

csharp kernel mod simulation template visual-basic

Last synced: 12 Dec 2024

https://github.com/aptivi-archives/ksmodexamples

Constantly-growing Kernel Simulator mod examples

csharp examples kernel mod simulation visual-basic

Last synced: 12 Dec 2024

https://github.com/markfirmware/zig-on-rpi-using-ultibo

zig receiving tv remote controller presses using ultibo on raspberry pi's

bare-metal kernel raspberry-pi rpi ultibo zig

Last synced: 21 Jan 2025

https://github.com/grisu48/kernel-config

Repository about my Linux Kernel configurations

kernel linux

Last synced: 23 Dec 2024

https://github.com/boprr/corydon

the corydon kernel source tree

asm c elf kernel nasm os x86-64

Last synced: 13 Dec 2024

https://github.com/hakavlad/change-max-reclaim-retries

Replace MAX_RECLAIM_RETRIES by vm.max_reclaim_retries

kernel linux patch

Last synced: 17 Dec 2024

https://github.com/nurfaizfy/tc-build

Gonon Clang crosscompiler builder script, this repo will auto build latest clang

android clang clang-builder crosscompiler kernel

Last synced: 23 Dec 2024

https://github.com/cardboarddog/ranger

A practical operating system written in rust.

baremetal kernel low-level operating-system os osdev rust

Last synced: 23 Dec 2024

https://github.com/mkashirin/zos

Elementary OS kernel snippet written in the Zig programming language that can be run on x86 microarchitecture with QEMU.

kernel os system-programming x86 zig

Last synced: 12 Jan 2025

https://github.com/tallamjr/tlpi-book

Source Code for The Linux Programming Interface Book

book kernel linux

Last synced: 17 Dec 2024

https://github.com/mmroshani/corn

Operating System kernel

kernel operating-system

Last synced: 17 Jan 2025

https://github.com/calint/pczero

experiments with bootable image of x86 and protected mode 32 bit code for the i386 platform written in assembler and c++ contains: * minimal assembler kernel supporting preemptive multitasking (1 KB) * sample toy application of a 2d game engine

bootable cpp kernel operating-system preemptive-multitasking protected-mode x86-32 x86-assembly

Last synced: 10 Jan 2025

https://github.com/amirreza81/os-lab

Reports and projects from the Operating System Lab course (CE-408) at Sharif University of Technology

bash bash-script c cpp debian inter-process-communication kernel linux memory-management operating-system os os-lab process sharif-university-of-technology shell systemcalls threads ubuntu

Last synced: 19 Dec 2024

https://github.com/courbeb/kernelcreator

Create offline ipython kernel with docker

docker ipython ipython-notebook jupyter jupyter-notebook kernel

Last synced: 19 Dec 2024

https://github.com/fademind/linux49-custom.src

Linux Kernel 4.9 LTS with custom patchset for Manjaro Linux

exfat kernel kernel-modules linux muqss native reiser4

Last synced: 21 Jan 2025

https://github.com/sanshruthr/helloworld_os

A monolithic architecture based operating system that runs on bare metal.

assembly kernel operating-system os

Last synced: 13 Jan 2025

https://github.com/e1izabeth/testkernel

OS kernel for study (not finished)

kernel linux-kernel os

Last synced: 19 Dec 2024

https://github.com/downadow-dev/xmtwolime

operating system for iiixmish2

assembly c kernel operating-system os

Last synced: 13 Jan 2025

https://github.com/afellowspeedrunner/arikoto

Arikoto is a personal OS project that is inspired by and is aiming to have a similar nature to ToaruOS.

c kernel limine operating-system os osdev

Last synced: 26 Jan 2025

https://github.com/shadowy-pycoder/go-node-collector

Prometheus collector for hardware and OS metrics exposed by *NIX kernels.

collector golang kernel linux metrics observability prometheus prometheus-collector stats

Last synced: 25 Dec 2024

https://github.com/aekhv/miniahci

MiniAHCI kernel module for Linux

ahci kernel linux

Last synced: 17 Jan 2025

https://github.com/softdevteam/krun-linux-kernel

Cusomised Linux Kernel for use with Krun

benchmarking kernel

Last synced: 25 Dec 2024

https://github.com/rarescosma/blog_os

Implementing an OS kernel can't be that hard, can it?

kernel rust x86-64

Last synced: 07 Nov 2024

https://github.com/atmossystem/kernel

Core of Atmos System

atmos clojure kernel

Last synced: 01 Dec 2024

https://github.com/ieCecchetti/Python_ML_DL_examples

A variety of Machine Learning and Deep Learning scripts in Python. Included some theorical info about that in the Readme

bayes-classifier bayesian-statistics deep-learning kernel machine-learning matplotlib neural-network numpy pandas pca pca-analysis python scikitlearn-machine-learning scipy shi

Last synced: 23 Oct 2024

https://github.com/m1kc/netatop-dkms

AUR package for the netatop kernel module with DKMS support

archlinux atop aur dkms kernel kernel-module linux module monitoring netatop network network-monitoring

Last synced: 26 Dec 2024

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: 17 Jan 2025

https://github.com/iraqichild/ioctl-driver

Simple IOCTL Driver that is currently (Read Only) Meant for EAC Games (except games with dtb shuffiling)

bypass cheat cplusplus driver exploit hack kernel kernel-mode low-level windows-driver

Last synced: 26 Dec 2024

https://gitlab.com/sm-t210r/android_kernel_samsung_lt02-backup

Kernel code for SM-T210R

kernel linux

Last synced: 23 Oct 2024

https://github.com/agiraudet/little-penguin

Linux Kernel Development, based on the Eudyptula Challenge

kernel kernel-driver linux

Last synced: 10 Jan 2025

https://github.com/archibate/microk

A microkernel (will be merged with my last monokernel system project 'osys')

c kernel microkernel os

Last synced: 03 Jan 2025

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: 03 Jan 2025

https://github.com/donosonaumczuk/arq_kernel

Small Kernel for Computer Architecture subject practical work at ITBA

kernel pure64

Last synced: 03 Jan 2025

https://github.com/lkcbharath/Lab_Assignments

Assignments for all labs for my UG studies sorted by semester and course.

bash c-plus-plus java kernel python3

Last synced: 23 Oct 2024

https://github.com/donosonaumczuk/ARQ_Kernel

Small Kernel for Computer Architecture subject practical work at ITBA

kernel pure64

Last synced: 23 Oct 2024

https://github.com/inferno0230/wsl2-linux-kernel-6.1-lts

The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)

kernel linux wsl2 wsl2-kernel

Last synced: 23 Jan 2025

https://github.com/phenomsg/happy-sad-img-classification-model

A Python TensorFlow model classifying happy and sad images using deep learning techniques for accurate emotion recognition.

jupyter-notebook kernel opencv-python python3 tensorflow2

Last synced: 29 Dec 2024

https://github.com/rookiecj/nexus5-aosp-marshmallow-mr2

AOSP android marshmallow mr2 build including kernel-3.4

aosp build kernel marshmallow nexus5

Last synced: 23 Oct 2024

https://github.com/rimubytes/kernel-demo

This is a minimalist kernel

kernel

Last synced: 12 Jan 2025

https://github.com/ia/usbarmory

another one repo with helper scripts for usbarmory platform

arm bash bsp config debian distro embedded fedora gcc gnulinux kernel linux make secure-boot security toolchain ubuntu usb usbarmory verified-boot

Last synced: 12 Jan 2025

https://github.com/dhiraj240/kernel_project

After doing the course of kernel development by Linux Foundation, I have taken an initiative to apply my learning and build a project based on the knowledge gained from the Linux Foundation course.

c kernel

Last synced: 18 Jan 2025

https://github.com/oasisprotocol/sgx-driver-kmod

Fedora package for the legacy out-of-tree Intel SGX Linux driver

driver fedora intel kernel module package rpm sgx

Last synced: 12 Jan 2025

https://github.com/rezapace/docker

Docker Installer and Tutorial: Automate Docker Setup and Learn Docker Basics reflects the content of the script, which not only automates the installation of Docker but also provides a tutorial on basic Docker commands and usage.

docker docker-image installer kernel linux linuxmint ubuntu wsl

Last synced: 18 Jan 2025

https://github.com/daniloqueiroz/hendrix

A wannabe experimental Microkernel for x86_64 written in Rust.

kernel microkernel os-dev osdev rust x86-64

Last synced: 26 Jan 2025

https://github.com/gwbres/kernel-diffpatch

:penguin: Scripts to generate diff patch series between two Kernel forks

kernel linux-kernel patch

Last synced: 27 Dec 2024

https://github.com/copy05/lennox

[ABANDONED] The Lennox Kernel. inspired by linux. it's a simple and lightweight operating system

copy05 kernel lennox linux operating-system os unix unixporn

Last synced: 05 Nov 2024

https://github.com/ericswpark/SM-N750S_KOR_LL_Opensource

GPL dump of Samsung Galaxy Note 3 Neo (frescolteskt)

android gpl kernel

Last synced: 23 Oct 2024

https://github.com/amlel-el-mahrouss/kernel-services

C++ Kernel Services (Kernel, Bootloader, Libraries)

cpp kernel low-level programming

Last synced: 19 Jan 2025

https://github.com/whyyoucullr/stellarite

A COSMIC-based Fedora Atomic image tailored for gaming with Bazzite kernel.

atomic bazzite cosmic fedora gaming gnome kernel linux steam wine

Last synced: 20 Jan 2025

https://github.com/janchy2/operating-system-kernel-riscv

A small but fully functional kernel of a multithreaded operating system with time sharing, written for RISC V architecture using assembly and C/C++. Includes a memory allocator, threads, semaphores and preemption on timer and keyboard interrupts.

allocator assembly c cpp kernel multithreading operating-system risc-v scheduler semaphore threads time-sharing

Last synced: 19 Jan 2025

https://github.com/fuzeman/nanopi-neo-kernel

Ubuntu Core: Minimal kernel for the NanoPi NEO

kernel snap ubuntu-core

Last synced: 28 Jan 2025

https://github.com/der-fruhling/liamos

Experimental Operating System.

kernel operating-system runs-liamos syslinux

Last synced: 14 Jan 2025

https://github.com/mediaswirl/nekernel

MediaSwirl's NeKernel, BootZ, and Libraries.

bootloader c cpp kernel libs sci

Last synced: 28 Jan 2025

https://github.com/norbertkiszka/linux-4.4.126-rockchip

Linux 4.4.126 from Rockchip with additional bugfixes

kernel linux rockchip

Last synced: 09 Jan 2025

https://github.com/grenadieren/svargaos

A Slavic, fully x86 assembly OS project

assembly-x86 bootloader kernel operating-system os

Last synced: 11 Jan 2025

https://github.com/yazaldefilimone/unixv6

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

kernel operating-system unix

Last synced: 16 Jan 2025

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

📚This repository holds the source code for Snigdha OS Kernel Switcher (Dev/unstable).

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

Last synced: 22 Jan 2025