1 Repo
The most fundamental libraries providing memory management and basic primitives essential for OS autonomy.
Distinct from System Library Compilation: Existing candidates cover language libraries or compilation processes, not the OS-level foundational library.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Core System Libraries. Refine with filters or upvote what's useful.
ToaruOS is an independent operating system built from the ground up without external dependencies. It features a custom x86-64 kernel that supports symmetric multiprocessing and paging, paired with a graphical windowing system and a dedicated bytecode interpreter for application logic. The system distinguishes itself by integrating an embedded Python environment for system-level development and a custom graphical interface that handles its own window composition and text rendering. It includes a compatibility layer for third-party application support and a system package manager for handling
Provides a foundational core system library managing memory and basic operations to ensure system autonomy.