Fix minor issues

This commit is contained in:
Yuki Okushi
2020-08-05 10:07:03 +09:00
parent bff9944b02
commit 3cdf51aaca
2 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 %}