Rename code release tags for first edition

This commit is contained in:
Philipp Oppermann
2019-01-26 12:39:59 +01:00
parent 9cd801fd1f
commit bc2b3891d6
11 changed files with 20 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ In this post we create an allocator that provides free physical frames for a fut
The full source code is available on [Github][source repo]. Feel free to open issues there if you have any problems or improvements. You can also leave a comment at the bottom.
[source repo]: https://github.com/phil-opp/blog_os/tree/post_5
[source repo]: https://github.com/phil-opp/blog_os/tree/first_edition_post_5
## Preparation
We still have a really tiny stack of 64 bytes, which won't suffice for this post. So we increase it to 16kB (four pages) in `boot.asm`: