From 5fe044917f618963657f03e9c584af3bbf0281be Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:40:56 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0686be..c8abac1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # kernelx kernelx is a simple lightweight 32bit x86 linux kernel, designed to run in small resources. @@ -9,7 +11,7 @@ kernelx is a simple lightweight 32bit x86 linux kernel, designed to run in small - Keyboard - VGA Text Mode - Timer -- Muti-tasking +- Multi-tasking - Preemptive Scheduling ## Installations for ubuntu @@ -66,4 +68,4 @@ make debug ``` make run_gdb -``` \ No newline at end of file +```