mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Improve What's next?
This commit is contained in:
@@ -690,7 +690,7 @@ We saw that the creation of new mappings requires unused frames for creating new
|
|||||||
|
|
||||||
## What's next?
|
## What's next?
|
||||||
|
|
||||||
The next post will create a heap memory region for our kernel, which will allow us to [allocate memory] and various [collection types]. This will involve the creation of new mappings in the page tables and the implementation of a heap allocator.
|
The next post will create a heap memory region for our kernel, which will allow us to [allocate memory] and use various [collection types].
|
||||||
|
|
||||||
[allocate memory]: https://doc.rust-lang.org/alloc/boxed/struct.Box.html
|
[allocate memory]: https://doc.rust-lang.org/alloc/boxed/struct.Box.html
|
||||||
[collection types]: https://doc.rust-lang.org/alloc/collections/index.html
|
[collection types]: https://doc.rust-lang.org/alloc/collections/index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user