From 10733620076558e787f6fc8d76ba42680834e995 Mon Sep 17 00:00:00 2001 From: Astronand Date: Fri, 16 Jan 2026 19:09:16 -0500 Subject: [PATCH] readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b004398..229e91b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # HyperionOS -**HyperionOS** is a modular, Unix-like (almost) operating system environment written entirely in Lua. It features a microkernel-inspired architecture with a robust system call (syscall) interface, a virtual file system (VFS), and a custom hypervisor for managing isolated tasks. - - +**HyperionOS** is a modular operating system environment written entirely in Lua. It features a microkernel-inspired architecture with a robust system call (syscall) interface, and a virtual file system (VFS). ## Key Features - * **Modular Kernel:** Functionality is distributed across discrete kernel modules (`.kmod`), including IO, VFS, IPC, and TTY, allowing for a highly extensible system. * **Hypervisor & Task Management:** A custom hypervisor manages threads in a task-based architecture. @@ -15,4 +12,4 @@ ## Build requirements * **Source:** None it builds directly in vs-code, altough it is the biggest build method it gives the most readability -## Contributing +## Contributing \ No newline at end of file