From 7fd4a89d96e908a80a5d13fd14b2828ec444ff19 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Sat, 27 Jul 2024 09:21:41 -0400 Subject: [PATCH] Update README.md updated description to more accurately reflect project status --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e329ea0..0fe19d7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ # stevia -This is a hobby project that aims to create a simple and lightweight operating system kernel. It is written in Assembly and C, and uses the GNU toolchain and Bochs emulator. The project features (or is hoping to feature): - -- A boot loader that loads the kernel from a floppy disk image -- A kernel that implements basic functions, such as printing messages, handling interrupts, and managing memory -- A shell that allows user input and execution of commands -- A simple text editor that can create and edit files -- A calculator that can perform arithmetic operations -- (big maybe) micropython or some other language, cross compiling, etc... +This is a hobby project that aims to create a simple and lightweight operating system. It is written in Assembly and C, and uses the GNU toolchain and Bochs emulator. ## Why?