From 00a1b844ca3009ad3703582d116349fa9fe247f5 Mon Sep 17 00:00:00 2001 From: Enow Scott <148756598+Blindspot22@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:14:34 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62be5fd..835cd96 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -[![CI](https://github.com/orust-org/orust-OS/actions/workflows/rust.yml/badge.svg)](https://github.com/orust-org/orust-OS/blob/main/.github/workflows/rust.yml) -[![Rust Embedded](https://img.shields.io/badge/Rust%20Embedded-Book-blue.svg)](https://docs.rust-embedded.org/book/) -[![rust-lang](https://img.shields.io/badge/rust%202.0-brightgreen.svg)](https://github.com/rust-lang/rust)

alt text

+[![CI](https://github.com/orust-org/orust-OS/actions/workflows/rust.yml/badge.svg)](https://github.com/orust-org/orust-OS/blob/main/.github/workflows/rust.yml) +![GitHub Release](https://img.shields.io/github/v/release/orust-org/orust-OS?label=latest%20release) +![GitHub Repo stars](https://img.shields.io/github/stars/orust-org/orust-OS?style=flat) +![GitHub commit activity](https://img.shields.io/github/commit-activity/m/orust-org/orust-OS) +[![Rust Embedded](https://img.shields.io/badge/Rust%20Embedded-Book-blue.svg)](https://docs.rust-embedded.org/book/) +[![rust-lang](https://img.shields.io/badge/rust%202.0-svg-badge.svg)](https://github.com/rust-lang/rust) + ## This is a baremetal operating system that can boot off of a USB stick on any BIOS-compatible machine, which is pretty amazing. I'm going to be running the Operating System using QEMU instead of booting a physical machine. Just to keep things simple. If you have questions, visit [Discussions](https://github.com/orust-org/orust-OS/discussions) or open an issue.