1 repo
Core operating system components that manage hardware, memory, and system services.
Distinguishing note: Focuses on the monolithic kernel architecture and its role in system service management.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernels. Refine with filters or upvote what's useful.
SerenityOS is a complete, self-hosted desktop operating system built from the kernel up. It features a monolithic kernel architecture that manages system services, hardware drivers, and networking within a single address space. The system provides a full computing environment, including a proprietary windowing system and a suite of native desktop applications, all while maintaining a POSIX-compliant interface for standard system programming. The project is distinguished by its integrated development workflow, which relies on a cross-compilation build pipeline to generate system images from ho
Implements a monolithic kernel architecture managing hardware drivers, file systems, and networking stacks.