A poorly written OS for the x86 arch. (WIP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eOS/TODO.md

24 lines
382 B

3 years ago
# TO DO
3 years ago
- Interupt handlers
3 years ago
- keeb?
3 years ago
----------------
- shell?
3 years ago
- proc?
3 years ago
- CPU freq detection
- FIX E820
3 years ago
- Screen scrolling
- Malloc all kernel code
3 years ago
- (Random lib: random num from a to b?)
3 years ago
## Userland?????????
3 years ago
- Shell: input, execute
3 years ago
- prog/time: show time
- prog/date: show date
- prog/mem: show amount of memory
- prog/bitmap: show phys bitmap
# Long term
- Rust?