469 skills found · Page 1 of 16
armbian / BuildThe official build framework for the Armbian Linux distribution. This repository contains the complete toolchain and scripts required to compile custom OS images from source, including kernel configuration, U-Boot handling, and board-specific tweaks for various ARM and ARM64 single-board computers.
chyyuu / Os Kernel LabOS kernel labs based on Rust/C Lang & RISC-V 64/X86-32
Simple-XX / SimpleKernelInterface-Driven OS Kernel for AI-Assisted Learning | 面向 AI 的操作系统学习项目
gopher-os / Gopher OsA proof of concept OS kernel written in Go
microsoft / LiteboxA security-focused library OS supporting kernel- and user-mode execution
kiukotsu / Ucore清华大学操作系统课程实验 (OS Kernel Labs)
Tencent / TencentOS Kernel腾讯针对云的场景研发的服务器操作系统
rcore-os / RCore Tutorial Book V3A book about how to write OS kernels in Rust easily.
jserv / Mini Arm OsBuild a minimal multi-tasking OS kernel for ARM from scratch
weston-embedded / UC OS3µC/OS-III is a preemptive, highly portable, and scalable real-time kernel. Designed for ease of use on a huge number of CPU architectures.
XWHQSJ / EbooksA repository for ebooks, including C, C plus plus, Linux Kernel, Compiler, OS, Algorithm, Security, Database, Network, ML and DL
dthain / BasekernelA simple OS kernel for research, teaching, and fun.
cirosantilli / X86 Assembly CheatMOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly请参阅自述文件。 x86 IA-32和x86-64 userland最少示例教程。 数百个可运行的断言。 好的GDB设置。 IO是用libc完成的,因此OS在理论上是可移植的。 涵盖了NASM和GAS。 在Ubuntu 18.04中测试。 容器(ELF),链接,调用约定。 系统土地作弊网址:https://github.com/cirosantilli/x86-bare-metal-examples,ARM作弊网址:https://github.com/cirosantilli/arm-assembly-cheat
rust-osdev / BootimageTool to create bootable disk images from a Rust OS kernel.
redox-os / KernelMirror of https://gitlab.redox-os.org/redox-os/kernel
thepowersgang / Rust OsAn OS kernel written in rust. Non POSIX
LearningOS / Os Lectureshttps://learningos.cn/os-lectures/ 2026年春季OS课程Slides\实验指导\思维导图\挑战项目等
mengning / Mykernelmykernel 2.0: Develop your own OS kernel by reusing Linux infrastructure, based on x86-64/Linux Kernel 5.4.34.
weston-embedded / UC OS2µC/OS-II is a preemptive, highly portable, and scalable real-time kernels. Designed for ease of use on a huge number of CPU architectures.
BUPT-OS / RROSRROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C).