mirror of https://github.com/E-Almqvist/eOS
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.
Elias Almqvist
1767e6e0fd
|
3 years ago | |
---|---|---|
src | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 4 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
TODO.md | 3 years ago | |
preview.png | 3 years ago |
README.md
e-Operting System
A simple x86 operating system. Maybe 64bit in the future.
Features
- 32bit
- VGA
- And more to come!
Planned Features
Read TODO.md
for planned features.
Books
I used these books. Also Google of course.
- Operating Systems: From 0 to 1 (Open-Source, unfinished)
- Writing a Simple Operating System - from Scratch