mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix minor issues
This commit is contained in:
@@ -4,8 +4,9 @@ weight = 8
|
|||||||
path = "kernel-heap"
|
path = "kernel-heap"
|
||||||
aliases = ["kernel-heap.html"]
|
aliases = ["kernel-heap.html"]
|
||||||
date = 2016-04-11
|
date = 2016-04-11
|
||||||
updated = "2017-11-19"
|
|
||||||
template = "first-edition/page.html"
|
template = "first-edition/page.html"
|
||||||
|
[extra]
|
||||||
|
updated = "2017-11-19"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
In the previous posts we created a [frame allocator] and a [page table module]. Now we are ready to create a kernel heap and a memory allocator. Thus, we will unlock `Box`, `Vec`, `BTreeMap`, and the rest of the [alloc] crate.
|
In the previous posts we created a [frame allocator] and a [page table module]. Now we are ready to create a kernel heap and a memory allocator. Thus, we will unlock `Box`, `Vec`, `BTreeMap`, and the rest of the [alloc] crate.
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
{% block after_main %}
|
{% block after_main %}
|
||||||
<aside class="page-aside-right">
|
<aside class="page-aside-right">
|
||||||
<div class="block hidden" id="language-selector">
|
<div class="block hidden" id="language-selector">
|
||||||
<h2>Language</h2>
|
<h2>Languages</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">English (Original)</a></li>
|
<li><a href="/">English (Original)</a></li>
|
||||||
{% for lang in config.languages %}
|
{% for lang in config.languages %}
|
||||||
|
|||||||
Reference in New Issue
Block a user