mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Rename code release tags for first edition
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user