From 6fe8365b93c3bf65151d43bbd3c66efd0727d4de Mon Sep 17 00:00:00 2001
From: Philipp Oppermann {{ status_updates.description }}
{% include "auto/status-updates-truncated.html" %}
-
@@ -75,7 +75,7 @@
editions, you can still find them here:
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" -%} -