Rewrite: documentation

This commit is contained in:
xamidev
2024-08-24 19:02:42 +02:00
parent d10e00835c
commit 75d120efcd
3 changed files with 35 additions and 33 deletions

View File

@@ -2,6 +2,25 @@
## Getting started
First, let me introduce you some features of this project.
## Features
- Serial port driver (output & debug)
- Framebuffer driver (output)
- PS/2 Keyboard and PIC driver (input)
- PIT (system clock/timer) driver
- Working IDT, GDT, ISRs, and IRQs
- Kernel panicking (exception handling)
- A kernel-space shell
- Cool color output!!
- Some small working kernel-space programs, such as...
- A brainfuck interpreter
- An arithmetic calculator
- ROT13 and Morse cipher programs
- Conway's Game of Life
- And some more...
### Installation and emulation/execution
Please refer to the relevant sections in the project `README.md` available in the root folder.