From 266804847ae0b7cc61a5302443a2869f0d8110b8 Mon Sep 17 00:00:00 2001 From: Sonic <85025483+nikitaosx@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:13:42 -0700 Subject: [PATCH] Update README.md More comprehensive descriptions for pointers, and replaced not needed pointers --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c87f35182e..57c646250d 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,12 @@ 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 filesystem +- Deep hardware access and interactions with CPU, keyboard, etc. +- Support for FAT and ISO9660 file systems (read only in case of ISO9660) - 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 +- Basic networking with protocols like TCP, DHCP, and DNS +- PC speaker and AC97 audio support ## Setting it up