mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use new branch naming scheme for edition-3 posts
This commit is contained in:
@@ -26,12 +26,12 @@ The result is a minimal operating system kernel that forms the base for the foll
|
||||
This blog is openly developed on [GitHub].
|
||||
If you have any problems or questions, please open an issue there.
|
||||
You can also leave comments [at the bottom].
|
||||
The complete source code for this post can be found in the [`post-01`][post branch] branch.
|
||||
The complete source code for this post can be found in the [`post-3.1`][post branch] branch.
|
||||
|
||||
[GitHub]: https://github.com/phil-opp/blog_os
|
||||
[at the bottom]: #comments
|
||||
<!-- fix for zola anchor checker (target is in template): <a id="comments"> -->
|
||||
[post branch]: https://github.com/phil-opp/blog_os/tree/post-01
|
||||
[post branch]: https://github.com/phil-opp/blog_os/tree/post-3.1
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
|
||||
@@ -29,12 +29,12 @@ We then show how this image can be started in the [QEMU] emulator and run on rea
|
||||
This blog is openly developed on [GitHub].
|
||||
If you have any problems or questions, please open an issue there.
|
||||
You can also leave comments [at the bottom].
|
||||
The complete source code for this post can be found in the [`post-02`][post branch] branch.
|
||||
The complete source code for this post can be found in the [`post-3.2`][post branch] branch.
|
||||
|
||||
[GitHub]: https://github.com/phil-opp/blog_os
|
||||
[at the bottom]: #comments
|
||||
<!-- fix for zola anchor checker (target is in template): <a id="comments"> -->
|
||||
[post branch]: https://github.com/phil-opp/blog_os/tree/post-02
|
||||
[post branch]: https://github.com/phil-opp/blog_os/tree/post-3.2
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user