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
- Host: GitHub
- URL: https://github.com/voidcoefficient/periodic
- Owner: voidcoefficient
- Created: 2025-03-04T06:46:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T14:52:14.000Z (12 months ago)
- Last Synced: 2025-07-31T23:32:03.491Z (7 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.