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