We are platform-agnostic now (kind of)
All checks were successful
continuous-integration/drone/push Build is passing

Still tied to x86_64, but because there's no other platform implemented.

Also making this commit just to test CI with the new toolchain.
This commit is contained in:
apio 2023-01-07 21:42:57 +01:00
parent 0c5a84f932
commit 8de59138ef
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

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