Skip to content
#

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.

Here are 34 public repositories matching this topic...

Universal Cooperative Multithread Lib with real time Scheduler that was designed to work, virtually, into any modern micro controller or Microchip and, also, for user space applications for modern OS (Mac, Linux, Windows) or on FreeRTOS as well. Supports C and C++

  • Updated Jan 5, 2022
  • HTML
locness3
locness3 commented Oct 25, 2021

Currently the README doesn't explain how one can build a perfect image of the OS, only vaguely explains modifications and says to use cubic.

Add clear build instructions, like :

  • Set up Cubic
  • Download a precised base ubuntu image
  • Clone the repository in the cubic virtual environement
  • Copy files from the cloned repo to their correct place
  • Run commands to install and remove package
bug documentation help wanted good first issue

Some of my security-related coding projects for OpenBSD: A kernel-based user-profile intrusion detection system (FUPIDS) and an ICMP-based "port-knocking" service (openportd).

  • Updated Feb 19, 2021
  • HTML
Wikipedia
Wikipedia