From 96da670e8f1eec03cb6554946eacc6b5dcbb5fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 25 Feb 2025 13:22:24 +0100 Subject: [PATCH] Use Wayback Machine link. I've started getting a redirect on this website. It seems the link may be down, so I've changed it to the Wayback Machine to maintain consistency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd3c86..f087f15 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ BasicKernel =========== -This is code that I've been writing for a basic kernel from the [Writing a Simple Operating System from Scratch](http://www.cs.bham.ac.uk/%7Eexr/lectures/opsys/10_11/lectures/os-dev.pdf) book. +This is code that I've been writing for a basic kernel from the [Writing a Simple Operating System from Scratch](https://web.archive.org/web/20241112015613/http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf) book. Compiling ---------