mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Fix syntax of <!-- more --> marker
This commit is contained in:
@@ -12,7 +12,7 @@ In the previous posts we have created a [frame allocator] and a [page table modu
|
||||
[alloc]: https://doc.rust-lang.org/nightly/alloc/index.html
|
||||
[collections]: https://doc.rust-lang.org/nightly/collections/index.html
|
||||
|
||||
<!--more--><aside id="toc"></aside>
|
||||
<!-- more --><aside id="toc"></aside>
|
||||
|
||||
As always, you can find the complete source code on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user