diff --git a/README.md b/README.md index 7190d51..9b8bd51 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -

-

A simple & lightweight x86 operating system

-## +## +### About +This is a simple & lightweight x86 operating-system that I created for fun. + ### Building & Running Use the `Makefile` in order to build the binaries/objects et cetera- with make.
@@ -15,19 +16,3 @@ You can launch eOS with a VM like -
-
-
- -### Resources -These are the most common resources I used in order to build eOS. I highly recommend them. -##### 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) -##### Wikis - - [OSDev.org](https://wiki.osdev.org/Expanded_Main_Page)