diff --git a/blog/templates/edition-3/foundation.html b/blog/templates/edition-3/foundation.html index 6be79531..ea0ff09f 100644 --- a/blog/templates/edition-3/foundation.html +++ b/blog/templates/edition-3/foundation.html @@ -51,7 +51,7 @@ © . All rights reserved. License - Contact + Contact diff --git a/blog/templates/edition-3/index.html b/blog/templates/edition-3/index.html index 88a818ac..dc26c1d7 100644 --- a/blog/templates/edition-3/index.html +++ b/blog/templates/edition-3/index.html @@ -65,7 +65,7 @@
{{ status_updates.description }}
Second Edition: The second +
Second Edition: The second
edition is based on older version of the bootloader crate, which uses the hardware-provided
VGA text buffer instead of a pixel-based framebuffer for screen output. Instead of the APIC, the legacy
PIC is used for implementing hardware interrupts. The second edition only works on BIOS-based systems,
@@ -83,7 +83,7 @@
}}">read the second edition »
First Edition: The first +
First Edition: The first edition was already started in 2015. It is very different in many aspects, for example it builds upon the GRUB bootloader instead of using the `bootloader` crate. This means that it requires you to manually write some assembly code and do an elaborate remap of the kernel's virtual pages in order to improve diff --git a/blog/templates/edition-3/macros.html b/blog/templates/edition-3/macros.html index beea2cff..939ae5c1 100644 --- a/blog/templates/edition-3/macros.html +++ b/blog/templates/edition-3/macros.html @@ -82,7 +82,7 @@ still in alpha state, so things might be still in progress, not work, or change without warning!
- For a more stable experience, check out the current Second Edition.
diff --git a/blog/templates/edition-3/page.html b/blog/templates/edition-3/page.html index 98a96615..7db7c2e0 100644 --- a/blog/templates/edition-3/page.html +++ b/blog/templates/edition-3/page.html @@ -6,10 +6,10 @@ {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block header %} {% if lang != "en" -%} -