From 714984bb38e0e90b56b2439a8965d984cd05820b Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Tue, 1 Feb 2022 18:31:41 +0100 Subject: [PATCH] Update README.md --- README.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) 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)