From 1767e6e0fd6be1ad3a69bf9c79b051fbaccd0a54 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Mon, 16 Aug 2021 23:45:07 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a73256..88ac18a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -# eOS -A simple x86 operating system (BIOS) +

e-Operting System

+

A simple x86 operating system. Maybe 64bit in the future.

+

-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. +### 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](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)