An open API service indexing awesome lists of open source software.

https://github.com/voidcoefficient/periodic

operating system written in rust, wip
https://github.com/voidcoefficient/periodic

Last synced: 6 days ago
JSON representation

operating system written in rust, wip

Awesome Lists containing this project

README

          

* the ~periodic~ operating system

~periodic~ is an operating system being built by [[https://github.com/voidcoefficient][@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/

*** [[https://github.com/voidcoefficient/iron][iron]]: the shell
A terminal shell is a command-line interface that allows users to interact with an operating system by typing commands.
*** [[https://github.com/voidcoefficient/sulfur][sulfur]]: the kernel
A kernel is the core of an operating system that manages hardware resources and enables communication between hardware and software.
*** [[https://github.com/voidcoefficient/oxygen][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.
*** TODO ~hydrogen~: package manager
A package manager is a tool that automates the installation, updating, and removal of software packages in an operating system.