Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.08 KB

File metadata and controls

21 lines (15 loc) · 1.08 KB

the periodic operating system

periodic is an operating system being built by @voidcoefficient using rust.

roadmap

a blog will be created to log the development of periodic.

[ ] create devlog

child projects

these components form what is commonly known as an operating system

iron: the shell

A terminal shell is a command-line interface that allows users to interact with an operating system by typing commands.

sulfur: the kernel

A kernel is the core of an operating system that manages hardware resources and enables communication between hardware and software.

oxygen: the userspace

Userspace refers to the part of an operating system where user applications run, separate from the kernel, to ensure stability and security.

hydrogen: package manager

A package manager is a tool that automates the installation, updating, and removal of software packages in an operating system.