From 206ba4fdf97fe0d33953c86940f36242bbf5f796 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 27 Dec 2024 23:06:49 +0100 Subject: [PATCH] Add HighlightOS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adbc77be4..dc297940c 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik See also [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison). * [0x59616e/SteinsOS](https://github.com/0x59616e/SteinsOS) - An OS for armv8-a architecture. +* [adamperkowski/highlightos](https://github.com/adamperkowski/highlightos) - x86_64 OS kernel written in Rust & Assembly. * [Andy-Python-Programmer/aero](https://github.com/Andy-Python-Programmer/aero) - A modern, unix-like operating system following the monolithic kernel design. * [DragonOS-Community/DragonOS](https://github.com/DragonOS-Community/DragonOS) - An operating system with a self-developed kernel from scratch and Linux compatibility. * [redox-os/redox](https://gitlab.redox-os.org/redox-os/redox) - A Unix-like general-purpose microkernel-based operating system with a focus on security, stability, performance, correctness, simplicity and pragmatism that aims to be a complete alternative for Linux and BSD.