From 62a73e8f6dc3dcb7de56251159c85c1521af46c7 Mon Sep 17 00:00:00 2001 From: GoldenretriverYT <49924528+GoldenretriverYT@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:36:47 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index fa4045fd98..223c2c4bdd 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,13 @@ In a project, Cosmos can be thought of as a compiler and a sort-of standard libr The following is a non-exhaustive list of features that Cosmos offers: - Low level assembly access and pointer memory control -- A basic (and unstable at the moment) filesystem +- A basic filesystem - Most features found in the .NET core library - A CPU/FPU accelerated math library - A basic graphics interface - A basic network interface - A basic audio interface -> [!NOTE] -> Use [embeded resources](https://cosmosos.github.io/articles/Kernel/ManifestResouceStream.html) instead of the VFS for now for assets. - ## Setting it up Cosmos has an article [here](https://cosmosos.github.io/install.html) on how to do that.