From 8de59138effb046321f7b031f404aa6761bd9c55 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 7 Jan 2023 21:42:57 +0100 Subject: [PATCH] We are platform-agnostic now (kind of) 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3691993a..6ccdd111 100644 --- a/README.md +++ b/README.md @@ -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)