Add build status badge

This commit is contained in:
apio 2022-12-05 19:16:11 +01:00
parent 2677fca5b7
commit 4ec6442ba0
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -1,5 +1,5 @@
# Luna # Luna
A simple kernel and userspace for the x86_64 platform, written mostly in C++ and C. (rewrite, listed features are currently mostly from the old version) A simple kernel and userspace for the x86_64 platform, written mostly in C++ and C. (rewrite, listed features are currently mostly from the old version) [![Build Status](https://drone.cloudapio.eu/api/badges/apio/Luna/status.svg?ref=refs/heads/restart)](https://drone.cloudapio.eu/apio/Luna)
## Features ## Features
- x86_64-compatible [kernel](kernel/). - x86_64-compatible [kernel](kernel/).