From 5933afe9ffb85f4f1830000cbe0b0e50b1d10957 Mon Sep 17 00:00:00 2001 From: Jijo John Date: Fri, 23 Jan 2026 19:13:56 -0500 Subject: [PATCH] Revise architecture status in README Updated the status of x86_64 architecture to indicate that it will be released soon. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9131757..93e17e4 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Vib-OS is a from-scratch, Unix-like operating system with **full multi-architect | Architecture | Boot Method | Status | Hardware | |--------------|-------------|--------|----------| -| **ARM64** | Direct / UEFI | ✅ **Production Ready** | Raspberry Pi 4/5, QEMU virt, Apple Silicon (VM) | -| **x86_64** | Direct / UEFI / BIOS | ✅ **Production Ready** | Modern PCs, QEMU, VirtualBox, VMware | +| **ARM64** | Direct / UEFI | ✅| Raspberry Pi 4/5, QEMU virt, Apple Silicon (VM) | +| **x86_64** | Direct / UEFI / BIOS | ✅ will be released soon. | Modern PCs, QEMU, VirtualBox, VMware | | **x86** | Direct / BIOS (MBR) | ✅ **Builds Successfully** | Legacy PCs, QEMU pc | ### What Works Now