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/simonbaeumer/kernel-playground

My linux kernel playground

kernel linux

Last synced: 03 Nov 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: 06 Nov 2024

https://github.com/mssola/fbos

A RISC-V operating system devoted to running fizz/buzz processes.

assembly c fizzbuzz kernel risc-v

Last synced: 12 Oct 2024

https://github.com/khraosgenetor/x32k

This is a i686 ELF compiled kernel for x32 systems

assembly c kernel

Last synced: 12 Oct 2024

https://github.com/mlouielu/v7os

Minimum ARMv7m kernel

armv7m cortex-m kernel operating-system rtos

Last synced: 15 Oct 2024

https://github.com/rbourgeat/kfs-1

Discover the world of Kernel Programming and learn how to create your very own Kernel from scratch. PART 1

42 42born2code 42cursus 42paris 42projects 42school kernel kfs

Last synced: 05 Nov 2024

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

A Telegraf plugin to collect Pressure Stall Information stats.

influxdb kernel monitoring psi telegraf

Last synced: 13 Oct 2024

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: 13 Oct 2024

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

Replace MAX_RECLAIM_RETRIES by vm.max_reclaim_retries

kernel linux patch

Last synced: 29 Oct 2024

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: 27 Oct 2024

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: 17 Nov 2024

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

Minimal Jupyter Bash kernel

bash jupyter jupyter--lab kernel

Last synced: 16 Oct 2024

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

Raspberry Pi related tools

kernel linux raspberry-pi rpi tools

Last synced: 14 Oct 2024

https://github.com/kingakeem/kingx

This is an kernel that I'm building for fun

assembly c kernel os

Last synced: 05 Nov 2024

https://github.com/voltageddebunked/kore

Kore is a free and open source kernel.

c free kernel os os-dev oss

Last synced: 02 Nov 2024

https://github.com/m0rf30/qemu-kernel-rpi

QEMU kernel builds for Raspberry Pi 1 devices

arm armv6 kernel qemu raspberry-pi simonpi

Last synced: 14 Oct 2024

https://github.com/gnurou/nct6795_led

Linux Kernel Module for NCT6795D LEDs control

kernel kernel-module led linux

Last synced: 07 Nov 2024

https://github.com/scav-enger/linux-kernel-builder

This script installs dependencies, sets up the environment, and builds Linux kernel.

bash kernel kernel-development linux-kernel script

Last synced: 17 Nov 2024

https://github.com/sdummett-at-42/little-penguin

A series of assignments inspired by the eudyptula challenge, focusing on Linux Kernel programming. Dive into building custom kernels, writing modules, and mastering kernel interfaces like debugfs and procfs.

character-device debugfs device-driver eudyptula-challenge kernel kernel-driver kernel-module linux linux-kernel linux-kernel-module procfs virtual-file-system

Last synced: 17 Nov 2024

https://github.com/waterlemons2k/linux-deps

Common build dependencies used for Linux kernels.

debian dependencies docker docker-image gcc kernel linux linux-kernel

Last synced: 17 Nov 2024

https://github.com/azagramac/linux-kernel

Linux kernel source code, with my optimal configuration

kernel linux linux-kernel ryzen ryzen-cpu ryzen-kernel

Last synced: 17 Nov 2024

https://github.com/ljmf00/linux

Our own linux kernel tree with a set of patches

kernel linux linux-hardened linux-kernel linux-rt linux-zen

Last synced: 17 Nov 2024

https://github.com/atmossystem/kernel

Core of Atmos System

atmos clojure kernel

Last synced: 14 Oct 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/tschaefer/linux-random

:seedling: Seed entropy and harvest random bytes.

kernel linux perl random

Last synced: 16 Nov 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/caellian/arch-kernel-legion-y540-17irh

Kernel config with only drivers required by Legion Y540-17IRH

arch-linux kernel

Last synced: 02 Nov 2024

https://github.com/josephlr/rak

Rust Asynchronous Kernel (RAK)

async kernel rust

Last synced: 13 Oct 2024

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

Experimental Operating System.

kernel operating-system runs-liamos syslinux

Last synced: 14 Nov 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/wravoc/harden-dragonflybsd

Implements a broad, cohesive group of hardening settings for Dragonfly BSD. Plus a custom desktop theme and install script for Thinkpad T495.

firewall-rules kernel network-security security-tools

Last synced: 05 Nov 2024

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

The Linux kernel for Kamino18

kamino kernel linux yodaos

Last synced: 12 Nov 2024

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

Linux 4.4.126 from Rockchip with additional bugfixes

kernel linux rockchip

Last synced: 11 Nov 2024

https://github.com/grenadieren/svargaos

A Slavic, fully x86 assembly OS project

assembly-x86 bootloader kernel operating-system os

Last synced: 12 Nov 2024

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

Linux Kernel Development, based on the Eudyptula Challenge

kernel kernel-driver linux

Last synced: 12 Nov 2024

https://github.com/alkuzin/simple-os

Test OS project for x86_32 platform

asm c kernel nasm os osdev osdev-projects

Last synced: 10 Nov 2024

https://github.com/git-akihakune/akernel

A minimal kernal for personal use

hello-world kernel qemu

Last synced: 12 Nov 2024

https://github.com/ritik-sharma38/buildyourownkernal-os

This is my fourth semester project that involved applications of Operating Systems into building a kernel to manage the basic operations.

kernel

Last synced: 11 Nov 2024

https://github.com/r614/runix

UNIX-esque OS built using Rust

kernel linux operating-system rust x86-64

Last synced: 05 Nov 2024

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: 23 Oct 2024

https://github.com/spholz/android_kernel_samsung_xcover4lte

Samsung Galaxy Xcover 4 kernel

android kernel linux

Last synced: 13 Oct 2024

https://github.com/abund4nt/proc-root-docker-breackout

Explanation and automation for abusing docker escape via /proc/<PID>/root

c docker kernel pentesting

Last synced: 12 Nov 2024

https://github.com/as400jplpc/nim_mqueue

Message queues allow the operation of standardized asynchronous links between two servers

comunication kernel nim queue

Last synced: 14 Oct 2024

https://github.com/matteyeux/linux-stuff

Linux stuff

kernel linux

Last synced: 10 Nov 2024

https://github.com/frzifus/msk

test

kernel learning

Last synced: 09 Nov 2024

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/dulikvor/aos

A simplified unikernel pet project

cpp14 kernel

Last synced: 16 Oct 2024

https://github.com/rbourgeat/minios

💾 A simple Hello World OS

kernel os

Last synced: 05 Nov 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/macaycz/os

A hobby operating system written in Rust, built with safety in mind.

kernel operating-system os

Last synced: 18 Nov 2024

https://github.com/mdminhazulhaque/bcm-wimax-dkms

:satellite: Kernel Module Source for Beceem WiMAX USB Modem

bcm dkms kernel kmod linux usb wimax

Last synced: 14 Nov 2024

https://github.com/donosonaumczuk/arq_kernel

Small Kernel for Computer Architecture subject practical work at ITBA

kernel pure64

Last synced: 09 Nov 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/sajalkmr/tiny-linux-build

Baremetal Linux system with a custom-built kernel and BusyBox

busybox kernel linux linux-kernel

Last synced: 13 Oct 2024