From 3c2e07c4d590d9b4fe61a64b93b5be0434f53c7d Mon Sep 17 00:00:00 2001 From: rilysh Date: Thu, 6 Apr 2023 17:16:59 +0530 Subject: [PATCH] Add aero --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa38eb9..b80f5f5 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [![build badge](https://api.travis-ci.org/thepowersgang/rust_os.svg?branch=master)](https://travis-ci.org/thepowersgang/rust_os) * [theseus-os/Theseus](https://github.com/theseus-os/Theseus) — A safe-language, single address space and single privilege level OS written from scratch in pure Rust - [![build badge](https://img.shields.io/github/workflow/status/theseus-os/Theseus/Documentation?label=docs%20build)](https://www.theseus-os.com/Theseus/book/index.html) * [tock/tock](https://github.com/tock/tock) — A secure embedded operating system for Cortex-M based microcontrollers +* [Andy-Python-Programmer/aero](https://github.com/Andy-Python-Programmer/aero) — A modern, unix-like operating system following the monolithic kernel design ### Productivity