From ea40ba418fd26d8309501631d7a10cdf18a0491a Mon Sep 17 00:00:00 2001 From: athenahax Date: Sun, 29 Dec 2024 02:45:23 -0800 Subject: [PATCH 1/2] update dead link replaced dead pdf link with internet archive link --- 03-bootsector-memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-bootsector-memory/README.md b/03-bootsector-memory/README.md index c8d9b605..61ff5347 100644 --- a/03-bootsector-memory/README.md +++ b/03-bootsector-memory/README.md @@ -3,7 +3,7 @@ **Goal: Learn how the computer memory is organized** Please open page 14 [of this document]( -http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)1 +https://web.archive.org/web/20131205064209/http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)1 and look at the figure with the memory layout. The only goal of this lesson is to learn where the boot sector is stored From b5ec463329f87f82b098913b3cfa0d28bad190e2 Mon Sep 17 00:00:00 2001 From: athenahax Date: Sun, 29 Dec 2024 20:35:20 -0800 Subject: [PATCH 2/2] update dead link in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fad5bad0..ce3c2266 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ but: - I'm fed up with people who think that reading an already existing kernel, even if small, is a good idea to learn operating systems. -Inspired by [this document](http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf) +Inspired by [this document](https://web.archive.org/web/20131205064209/http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf) and the [OSDev wiki](http://wiki.osdev.org/), I'll try to make short step-by-step READMEs and code samples for anybody to follow. Honestly, this tutorial is basically the first document but split into smaller pieces and without the theory.