mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-15 14:07:50 +00:00
Hide first edition posts in Readme by default
This commit is contained in:
committed by
GitHub
parent
3ef243f342
commit
d9f3558b34
@@ -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:
|
||||
|
||||
<details><summary><i>Click to expand</i></summary>
|
||||
|
||||
**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))
|
||||
|
||||
</details>
|
||||
|
||||
## License
|
||||
|
||||
This project, with exception of the `blog/content` folder, is licensed under either of
|
||||
|
||||
Reference in New Issue
Block a user