From d9f3558b34b33f60d2aaa098f4d4c1fedd494ca7 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Dec 2020 15:27:11 +0100 Subject: [PATCH] Hide first edition posts in Readme by default --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5afce02a..da654e64 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ The goal of this project is to provide step-by-step tutorials in individual blog The current version of the blog is already the second edition. The first edition is outdated and no longer maintained, but might still be useful. The posts of the first edition are: +
Click to expand + **Bare Bones:** - [A Minimal x86 Kernel](https://os.phil-opp.com/multiboot-kernel.html) @@ -110,6 +112,8 @@ The current version of the blog is already the second edition. The first edition - [Returning from Exceptions](https://os.phil-opp.com/returning-from-exceptions.html) ([source code](https://github.com/phil-opp/blog_os/tree/returning_from_exceptions)) +
+ ## License This project, with exception of the `blog/content` folder, is licensed under either of