From b3ed4564c406b0b606cf092fc21ed377b2b242ab Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 12 Jan 2021 16:18:08 +0100 Subject: [PATCH] Readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81f908c..cefd3ae 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ A simple x86_64 operating system. (BIOS) This operating system is in no way original nor do I recommend even taking a look at it. I am going of unfinished book. ## 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) + - [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)