Link to new post_X tags (#320)

This commit is contained in:
Philipp Oppermann
2017-04-19 12:50:47 +02:00
committed by GitHub
parent 4634149084
commit fd11d71f08
8 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,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/allocating_frames
[source repo]: https://github.com/phil-opp/blog_os/tree/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`: