mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Move and rewrite front page section about first edition
This commit is contained in:
@@ -55,11 +55,6 @@
|
||||
</ul></p>
|
||||
</div>
|
||||
|
||||
<div class="posts first-edition">
|
||||
<h2 class="post-title">First Edition</h2>
|
||||
You are viewing the second edition of “Writing an OS in Rust”, which is still in progress. The <a href="{{ get_url(path = "/first-edition") | safe }}">first edition</a> has more content, but is no longer updated. We try our best to incorporate the missing content soon.
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="frontpage-section">
|
||||
@@ -75,6 +70,11 @@
|
||||
</div>
|
||||
|
||||
<div class="frontpage-section">
|
||||
<h1 class="post-title">First Edition</h1>
|
||||
<p>You are currently viewing the second edition of “Writing an OS in Rust”. The first edition is very different in many aspects, for example it builds upon the GRUB bootloader instead of using the `bootloader` crate. In case you're interested in it, it is still available. Note that the first edition is no longer updated and might contain outdated information. <a class="read-more" href="{{ get_url(path = "/first-edition") | safe }}"><em>read the first edition »</em></a></p>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
<h1>Support Me</h1>
|
||||
{% include "support.html" %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user