mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Link to new post_X tags (#320)
This commit is contained in:
committed by
GitHub
parent
4634149084
commit
fd11d71f08
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user