ZoarialBareOS/README.md

15 lines
504 B
Markdown
Raw Permalink Normal View History

2020-11-30 03:09:26 +00:00
# ZoarialBareOS
2020-12-14 17:24:34 +00:00
This is a project to learn about the low-level workings of computers.
This is purely a passion project with no real end-goal in mind.
2020-12-14 19:16:38 +00:00
Most of the work done will be inspired by the pages on wiki.osdev.org and will be tailored to my specific needs.
2021-02-24 17:56:36 +00:00
## Implemented Features
* Basic text console
* Paging
2020-12-14 19:16:38 +00:00
## Potential additions in no particular order
* USB Keyboard support - I don't have a PS/2 keyboard
* View system resources - ram, cpu, etc
* UEFI support
* Create a custom bootloader