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.
16 lines
524 B
16 lines
524 B
<h1 align="center">e-Operting System</h1>
|
|
<p align="center">A simple x86 operating system. Maybe 64bit in the future.</p>
|
|
<p align="center"><img src="preview.png"></p>
|
|
|
|
### Features
|
|
- 32bit
|
|
- VGA
|
|
- And more to come!
|
|
|
|
### Planned Features
|
|
Read `TODO.md` for planned features.
|
|
|
|
### Resources
|
|
#### Books
|
|
- [Operating Systems: From 0 to 1](https://tuhdo.github.io/os01/) (Open-Source, unfinished)
|
|
- [Writing a Simple Operating System - from Scratch](https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)
|
|
|