From 7102edfa5a6124e7b03f0520fd307f9cbfc95581 Mon Sep 17 00:00:00 2001 From: Karina Date: Sat, 4 Apr 2026 19:47:18 +0400 Subject: [PATCH] docs: readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6afd30..0cd2f00 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ **termOS** is a 64-bit, UNIX-hating, bespoke operating system written from scratch in C. -Current Kernel: **Dewar** (v0.5.x) +Current Kernel: **Dewar** (v0.6.x) ## Philosophy - **Zero Bloat:** We don't port libraries; we write them. -- **Custom Everything:** Why use ELF when you can invent **HOT!**? Why use GRUB when you can write your own bootloader (soon)? +- **Custom Everything:** Why use ELF when you can invent **HOT!**? Why use GRUB when you can write your own bootloader? ## Features (v0.5.2) @@ -24,8 +24,8 @@ Current Kernel: **Dewar** (v0.5.x) - **Isolation:** Ring 0 (Kernel) / Ring 3 (Userspace) protection. - **Binaries:** Custom **HOT!** executable format (parsed via custom `elf2hot` toolchain). - **Filesystem:** VFS abstraction with CPIO Initramfs support. -- **Graphics:** `ShitGUI` (yes, really) linear framebuffer driver. -- **Shell:** `ksh` (Kernel Shell) -> transitioning to userspace `ush` +- **Graphics:** linear framebuffer driver. +- **Shell:** `termosh` ## 🔥 The HOT! Format