Skip to content

Commit b93dc7e

Browse files
authored
Update README.md
Move CI Status down
1 parent 2c1c19b commit b93dc7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
[![CI](https://github.com/ReturnInfinity/BareMetal-OS/actions/workflows/main.yml/badge.svg)](https://github.com/ReturnInfinity/BareMetal-OS/actions/workflows/main.yml)
3-
41
<p align="center">
52
<img src="images/BareMetal OS - Light.png#gh-light-mode-only"></img>
63
<img src="images/BareMetal OS - Dark.png#gh-dark-mode-only"></img>
@@ -9,6 +6,8 @@
96

107
[Discuss this project here](https://github.com/ReturnInfinity/BareMetal-OS/discussions)
118

9+
[![CI](https://github.com/ReturnInfinity/BareMetal-OS/actions/workflows/main.yml/badge.svg)](https://github.com/ReturnInfinity/BareMetal-OS/actions/workflows/main.yml)
10+
1211
**BareMetal OS** is an exokernel-based operating system crafted entirely in x86-64 assembly and is designed to provide unparalleled levels of flexibility and efficiency. By exposing hardware resources directly to applications, it empowers developers to finely tune and optimize their software for specific tasks. With the exokernel's minimalist design, it minimizes the overhead imposed by traditional operating systems, enabling applications to achieve peak performance. Its x86-64 assembly implementation speaks to its commitment to squeezing every ounce of performance from the hardware, making it a compelling choice for those who demand the utmost control and efficiency from their computing environments.
1312

1413
> [!NOTE]

0 commit comments

Comments
 (0)