diff --git a/blog/templates/edition-3/index.html b/blog/templates/edition-3/index.html index 4083b8db..47eeaf84 100644 --- a/blog/templates/edition-3/index.html +++ b/blog/templates/edition-3/index.html @@ -76,8 +76,17 @@
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. read the first edition »
+You are currently viewing the third edition of “Writing an OS in Rust”. In case you are interested in the older editions, you can still find them here:
+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, not on the newer UEFI standard. read the second edition »
+ Note that the older editions are no longer updated and might no longer work or contain outdated information.