Update README.md

updated description to more accurately reflect project status
This commit is contained in:
2024-07-27 09:21:41 -04:00
committed by GitHub
parent 355ceb49a7
commit 7fd4a89d96

View File

@@ -1,13 +1,6 @@
# stevia # 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): 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.
- 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...
## Why? ## Why?