From ce8e050d246594fda7f0067d7f4c9abeaa2b269c Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Tue, 19 Sep 2023 17:35:22 +0200 Subject: [PATCH 1/2] Update README.md Closes #269 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9b94466..fad5bad0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ os-tutorial =========== +_⚠️ Hey! This is an old, abandoned project, with both technical and design issues [listed here](https://github.com/cfenollosa/os-tutorial/issues/269). Please have fun with this tutorial but do look for more modern and authoritative sources if you want to learn about OS design. ⚠️_ + How to create an OS from scratch! I have always wanted to learn how to make an OS from scratch. In college I was taught From 8002382ee56f876119f77217220b8a5034e9bac1 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Wed, 4 Feb 2026 10:33:56 +0100 Subject: [PATCH 2/2] Update README.md with archived link to os-dev.pdf Closes #283 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fad5bad0..2fe50d3e 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/20211008041419/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.