docs: readme update

This commit is contained in:
Karina
2026-04-04 19:47:18 +04:00
parent 47735bb1bd
commit 7102edfa5a
+4 -4
View File
@@ -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