From 589f65d693036dcba6358ce77b31347cb9bdf270 Mon Sep 17 00:00:00 2001 From: faynot Date: Sun, 19 Apr 2026 22:36:09 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e519d8..be4f0b0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Elyz is a microkernel operating system written in Rust. The project uses the Lim | Directory/File | Description | |----------------|-------------| -| `kernel/` | Kernel source code (Rust) | +| `kernel/` | Kernel source code | | `limine/` | Limine bootloader | | `ovmf/` | UEFI firmware for emulation | | `limine.conf` | Boot menu configuration |