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.
8 lines
453 B
8 lines
453 B
# eOS
|
|
A simple x86 operating system (BIOS)
|
|
|
|
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.
|
|
## Books
|
|
I use(d) these books. Also Google of course.
|
|
- [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)
|
|
|