mirror of https://github.com/E-Almqvist/eOS
parent
abde1a8729
commit
1767e6e0fd
@ -1,8 +1,16 @@ |
|||||||
# eOS |
<h1 align="center">e-Operting System</h1> |
||||||
A simple x86 operating system (BIOS) |
<p align="center">A simple x86 operating system. Maybe 64bit in the future.</p> |
||||||
|
<p align="center"><img src="preview.png"></p> |
||||||
|
|
||||||
This operating system is in no way original nor do I recommend even taking a look at it. I am only making this as a learning exercise. |
### Features |
||||||
## Books |
- 32bit |
||||||
I use(d) these books. Also Google of course. |
- 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](https://tuhdo.github.io/os01/) (Open-Source, unfinished) |
- [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) |
- [Writing a Simple Operating System - from Scratch](https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf) |
||||||
|
Loading…
Reference in new issue