Roadmap:
- VGA Buffer
- Basic Keyboard Input System
- Terminal Commands
- Memory Managment
- Multitasking
- More commands!!! <---
- BSOD
- assert_eq <---
- Improve Commands System (make each command a different .rs file, then register them)
- Proper Testing (test terminal command)
How to run dis
- You need to have
rustup
andqemu
- Download this repository and go to
\kernel\
(usingcd
) - Do
cargo r
orcargo run
- Enjoy1111