From 395f03509e7d466319a4c009ab5d4a72b9e17d4e Mon Sep 17 00:00:00 2001 From: assada Date: Tue, 21 May 2024 18:47:04 +0300 Subject: [PATCH] dead@root Readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2930e1 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Simple OS implementation + +Just a simple OS implementation in C. For educational purposes only. + +## Requirements + +- GCC Cross-Compiler +- QEMU + +## How to run + +- `make` +- `qemu-system-i386 -cdrom deados.iso` + +## Features + +- [x] Bootloader +- [x] Kernel +- [x] VGA Driver +- [x] Keyboard Driver +- [x] Shell +- [x] Basic commands +- [x] Timers +- [x] Interrupts +- [x] Kernel Extensions handling +- [] Memory Management +- [] File System +- [] User Space +- [] Syscalls +- [] stdlib + +## Screenshot: