From c0ecf15029d8b5188f23b360e9cdc232b5a6e4b7 Mon Sep 17 00:00:00 2001 From: Sheng Date: Mon, 13 Sep 2021 16:13:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da07bc6..9e43cfb 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik ### Operating systems 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. * [nebulet/nebulet](https://github.com/nebulet/nebulet) — A microkernel that implements a WebAssembly "usermode" that runs in Ring 0. * [redox-os/redox](https://gitlab.redox-os.org/redox-os/redox) — [![build badge](https://api.travis-ci.org/redox-os/redox.svg?branch=master)](https://travis-ci.org/redox-os/redox) * [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)